mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 17:58:35 +00:00
* fix(deps): update module github.com/google/go-github/v54 to v57 in go.mod * fix(deps): go-github v57 in server/events/vcs/testdata/fixtures.go --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
14 lines
264 B
Modula-2
14 lines
264 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/go-github/v57 v57.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
|
|
)
|