Files
atlantis/e2e/go.mod
dependabot[bot] b80e5d36f7 build(deps): bump github.com/google/go-github/v48 in /e2e (#2791)
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>
2022-12-13 12:29:07 -06:00

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
)