mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-17 05:11:51 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [modernc.org/libc](https://gitlab.com/cznic/libc) from 1.13.0 to 1.13.2. - [Release notes](https://gitlab.com/cznic/libc/tags) - [Commits](https://gitlab.com/cznic/libc/compare/v1.13.0...v1.13.2) --- 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>
11 lines
195 B
Modula-2
11 lines
195 B
Modula-2
module github.com/glebarez/go-sqlite
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
|
|
modernc.org/libc v1.13.2
|
|
modernc.org/mathutil v1.4.1
|
|
modernc.org/sqlite v1.14.3
|
|
)
|