Files
atlantis/e2e/go.mod
dependabot[bot] c66d44cd11 build(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 in /e2e (#3145)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 21:54:54 -06:00

19 lines
504 B
Modula-2

module github.com/runatlantis/atlantis/e2e
go 1.20
require (
github.com/google/go-github/v50 v50.0.0
github.com/hashicorp/go-multierror v1.1.1
)
require (
github.com/golang/protobuf v1.3.2 // indirect
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
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
google.golang.org/appengine v1.6.7 // indirect
)