Files
atlantis/e2e/go.mod
renovate[bot] 4ec490b2ad fix(deps): update module github.com/google/go-github/v50 to v50.2.0 in go.mod (#3243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-17 20:26:03 -05:00

23 lines
689 B
Modula-2

module github.com/runatlantis/atlantis/e2e
go 1.20
require (
github.com/google/go-github/v50 v50.2.0
github.com/hashicorp/go-multierror v1.1.1
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sys v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)