mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-23 19:17:54 +00:00
0da2219f29
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
223 B
Modula-2
14 lines
223 B
Modula-2
module should-release
|
|
|
|
go 1.25.0
|
|
|
|
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.52.0 // indirect
|
|
)
|