mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 23:38:48 +00:00
* fix(deps): update module github.com/google/go-github/v57 to v58 in go.mod * Update remaining go-github to v58 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luke Massa <lmassa@tripadvisor.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/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
|
|
)
|