mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Bumps [lukechampine.com/adiantum](https://github.com/lukechampine/adiantum) from 1.1.0 to 1.1.1. - [Commits](https://github.com/lukechampine/adiantum/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: lukechampine.com/adiantum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
363 B
Modula-2
17 lines
363 B
Modula-2
module github.com/ncruces/go-sqlite3
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ncruces/julianday v1.0.0
|
|
github.com/psanford/httpreadat v0.1.0
|
|
github.com/tetratelabs/wazero v1.7.2
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/sync v0.7.0
|
|
golang.org/x/sys v0.20.0
|
|
golang.org/x/text v0.15.0
|
|
lukechampine.com/adiantum v1.1.1
|
|
)
|
|
|
|
retract v0.4.0 // tagged from the wrong branch
|