mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
381 B
Modula-2
17 lines
381 B
Modula-2
module should-release
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-github/v41 v41.0.0
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|