mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 07:46:50 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [modernc.org/libc](https://gitlab.com/cznic/libc) from 1.16.7 to 1.16.8. - [Release notes](https://gitlab.com/cznic/libc/tags) - [Commits](https://gitlab.com/cznic/libc/compare/v1.16.7...v1.16.8) --- updated-dependencies: - dependency-name: modernc.org/libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
243 B
Modula-2
12 lines
243 B
Modula-2
module github.com/glebarez/go-sqlite
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64
|
|
modernc.org/libc v1.16.8
|
|
modernc.org/mathutil v1.4.1
|
|
modernc.org/sqlite v1.17.2
|
|
)
|