mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
* [Release] 22.3.0 * Update version.h * Redirect stderr * Update should-release to filter non-master * Update should-release
17 lines
435 B
Modula-2
17 lines
435 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.0.0-20210817164053-32db794688a5 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|