mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Bumps [github.com/ncruces/julianday](https://github.com/ncruces/julianday) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/ncruces/julianday/releases) - [Commits](https://github.com/ncruces/julianday/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: github.com/ncruces/julianday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
174 B
Modula-2
11 lines
174 B
Modula-2
module github.com/ncruces/go-sqlite3
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ncruces/julianday v0.1.4
|
|
github.com/tetratelabs/wazero v1.0.0-pre.8
|
|
)
|
|
|
|
require golang.org/x/sync v0.1.0
|