23 lines
710 B
Modula-2
23 lines
710 B
Modula-2
module bot
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
|
|
github.com/google/go-github/v54 v54.0.0
|
|
golang.org/x/net v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-github/v53 v53.2.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/oauth2 v0.11.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|