mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 22:48:48 +00:00
19 lines
504 B
Modula-2
19 lines
504 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.24.4
|
|
|
|
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.142.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.8 // indirect
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
)
|