Skip to content

Commit ec5679f

Browse files
committed
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Once this CL is submitted, and post-submit testing succeeds on all first-class ports across all supported Go versions, this repository will be tagged with its next minor version. Change-Id: I6b389549fe4bc53a62cb383c5fb10156ccfcffba Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/507840 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Gopher Robot <[email protected]> Auto-Submit: Gopher Robot <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 989acb1 commit ec5679f

File tree

2 files changed

+1543
-3
lines changed

2 files changed

+1543
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ require (
1111
require (
1212
cloud.google.com/go/compute v1.20.1 // indirect
1313
github.com/golang/protobuf v1.5.3 // indirect
14-
golang.org/x/net v0.11.0 // indirect
14+
golang.org/x/net v0.12.0 // indirect
1515
google.golang.org/protobuf v1.31.0 // indirect
1616
)

0 commit comments

Comments
 (0)