mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 16:28:26 +00:00
23 lines
693 B
Modula-2
23 lines
693 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/go-github/v54 v54.0.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.3.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/oauth2 v0.11.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|