mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 03:48:21 +00:00
* feat: support go1.22 Signed-off-by: Rui Chen <rui@chenrui.dev> * setup go toolchain for golangci-lint and tests jobs Signed-off-by: Rui Chen <rui@chenrui.dev> --------- Signed-off-by: Rui Chen <rui@chenrui.dev>
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/v58 v58.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
|
|
)
|