mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 14:58:19 +00:00
* fix(deps): update module github.com/google/go-github/v58 to v59 in go.mod * Update 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.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
|
|
)
|