Skip to content

Commit 2104d58

Browse files
Bryan C. Millsgopherbot
authored andcommitted
all: update transitive dependencies
Notably, this updates the transitive dependency providing the package "cloud.google.com/go/compute" from module cloud.google.com/go to module cloud.google.com/go/compute. In combination with module graph pruning, this may help modules that depend on this one avoid unnecessary dependencies on (and via) the cloud.google.com/go module. Change-Id: Ie74d0b2bf34e071ecf316ddb1ed567a05789fdf2 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/415395 Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent e18db7c commit 2104d58

File tree

2 files changed

+285
-13
lines changed

2 files changed

+285
-13
lines changed

‎go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module golang.org/x/oauth2
33
go 1.17
44

55
require (
6-
cloud.google.com/go v0.65.0
7-
github.com/google/go-cmp v0.5.1
8-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
9-
google.golang.org/appengine v1.6.6
6+
cloud.google.com/go/compute v1.7.0
7+
github.com/google/go-cmp v0.5.8
8+
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
9+
google.golang.org/appengine v1.6.7
1010
)
1111

1212
require (
13-
github.com/golang/protobuf v1.4.2 // indirect
14-
google.golang.org/protobuf v1.25.0 // indirect
13+
github.com/golang/protobuf v1.5.2 // indirect
14+
google.golang.org/protobuf v1.28.0 // indirect
1515
)

0 commit comments

Comments
 (0)