diff options
| author | Gopher Robot <gobot@golang.org> | 2024-03-05 00:08:07 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-03-05 16:02:08 +0000 |
| commit | d5201754263e3874af3d2a0b59ea11d396fc6756 (patch) | |
| tree | 70eafc557386c11b8783d6737120593a16e3fe34 /go.mod | |
| parent | 5d14efb673c742162aa4739b6c595ab8a13f9112 (diff) | |
| download | go-x-pkgsite-d5201754263e3874af3d2a0b59ea11d396fc6756.tar.xz | |
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I43453740f96f61677d8992c2e32ac3950e939599
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/569058
kokoro-CI: kokoro <noreply+kokoro@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -28,11 +28,11 @@ require ( github.com/lib/pq v1.10.9 github.com/russross/blackfriday/v2 v2.1.0 go.opencensus.io v0.24.0 - golang.org/x/mod v0.15.0 - golang.org/x/net v0.21.0 + golang.org/x/mod v0.16.0 + golang.org/x/net v0.22.0 golang.org/x/sync v0.6.0 golang.org/x/text v0.14.0 - golang.org/x/tools v0.18.0 + golang.org/x/tools v0.19.0 google.golang.org/api v0.126.0 google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc google.golang.org/grpc v1.57.0 @@ -84,9 +84,9 @@ require ( github.com/stretchr/testify v1.8.3 // indirect github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect go.uber.org/atomic v1.6.0 // indirect - golang.org/x/crypto v0.19.0 // indirect - golang.org/x/oauth2 v0.17.0 // indirect - golang.org/x/sys v0.17.0 // indirect + golang.org/x/crypto v0.21.0 // indirect + golang.org/x/oauth2 v0.18.0 // indirect + golang.org/x/sys v0.18.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect |
