mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 17:18:46 +00:00
Bumps [github.com/google/go-github/v48](https://github.com/google/go-github) from 48.0.0 to 48.2.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](https://github.com/google/go-github/compare/v48.0.0...v48.2.0) --- updated-dependencies: - dependency-name: github.com/google/go-github/v48 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
304 B
Modula-2
15 lines
304 B
Modula-2
module github.com/runatlantis/atlantis/e2e
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/go-github/v48 v48.2.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
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
)
|