Skip to content

Commit 5d25da1

Browse files
committed
go.mod: update stale dependencies
Invokes go get -u -v ./... to try to get rid of stale dependencies cloud.google.com/[email protected] (released in December 2018) and that dependency unfortunately imported a stale version of go.opencensus.io that then transitively imports another that has a vulnerability. Change-Id: I0a520e8f979ff3ddcd6197b234cdc0f4154bb735 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/245517 Run-TryBot: Emmanuel Odeke <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent bf48bf1 commit 5d25da1

File tree

2 files changed

+357
-9
lines changed

2 files changed

+357
-9
lines changed

go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module golang.org/x/oauth2
33
go 1.11
44

55
require (
6-
cloud.google.com/go v0.34.0
7-
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
8-
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
9-
google.golang.org/appengine v1.4.0
6+
cloud.google.com/go v0.65.0
7+
golang.org/x/net v0.0.0-20200822124328-c89045814202
8+
google.golang.org/appengine v1.6.6
109
)

0 commit comments

Comments
 (0)