mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
Signed-off-by: X-Guardian <simonheather99@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: X-Guardian <simonheather99@gmail.com>
23 lines
674 B
Modula-2
23 lines
674 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/google/go-github/v65 v65.0.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/xanzy/go-gitlab v0.111.0
|
|
)
|
|
|
|
require (
|
|
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
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/oauth2 v0.6.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|