mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20180821212333-d2e6202438be to 0.27.0. - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
243 B
Modula-2
16 lines
243 B
Modula-2
module should-release
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
github.com/google/go-github/v41 v41.0.0
|
|
golang.org/x/oauth2 v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
)
|