mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
189 B
Modula-2
12 lines
189 B
Modula-2
module github.com/nkanaev/yarr
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
golang.org/x/net v0.36.0
|
|
golang.org/x/sys v0.30.0
|
|
)
|
|
|
|
require golang.org/x/text v0.22.0 // indirect
|