Bumps the go_modules group with 3 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Updates `golang.org/x/crypto` from 0.0.0-20210817164053-32db794688a5 to 0.35.0 - [Commits](https://github.com/golang/crypto/commits/v0.35.0) Updates `golang.org/x/net` from 0.0.0-20220127200216-cd36cc0744dd to 0.21.0 - [Commits](https://github.com/golang/net/commits/v0.21.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.21.0 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
452 B
Modula-2
17 lines
452 B
Modula-2
module github.com/trstringer/manual-approval
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/go-github/v43 v43.0.0
|
|
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|