mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-31 23:48:45 +00:00
14 lines
264 B
Modula-2
14 lines
264 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/google/go-github/v59 v59.0.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
|
|
)
|