mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 20:58:38 +00:00
* deps: bump to go1.20 Signed-off-by: Rui Chen <rui@chenrui.dev> * update base docker image Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> * update base docker image Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> --------- Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
19 lines
504 B
Modula-2
19 lines
504 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/go-github/v50 v50.0.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|