mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 13:58:39 +00:00
15 lines
304 B
Modula-2
15 lines
304 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/go-github/v49 v49.1.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|