mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 13:28:25 +00:00
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
20 lines
541 B
Modula-2
20 lines
541 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/google/go-github/v71 v71.0.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
gitlab.com/gitlab-org/api/client-go v0.118.0
|
|
)
|
|
|
|
require (
|
|
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/oauth2 v0.27.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
)
|