mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 17:38:27 +00:00
12 lines
319 B
Modula-2
12 lines
319 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/go-github/v28 v28.0.0
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
|
|
)
|