aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2024-08-06 20:01:30 +0000
committerGopher Robot <gobot@golang.org>2024-08-06 21:20:06 +0000
commitda7af58eca47b1ba2bb39835ca5f06ad67255909 (patch)
tree87fcc20ff89b32a4a5f49fae897dbceeb6a4f3d4 /go.mod
parent9ad9fa3e0b361a98f4afff473f5048ee98771b4a (diff)
downloadgo-x-pkgsite-da7af58eca47b1ba2bb39835ca5f06ad67255909.tar.xz
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I36c2e63fde4630e7562e09981c25e1675d8112d1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/603618 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 30aca4f8..b59f65ed 100644
--- a/go.mod
+++ b/go.mod
@@ -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.19.0
- golang.org/x/net v0.27.0
- golang.org/x/sync v0.7.0
- golang.org/x/text v0.16.0
- golang.org/x/tools v0.23.0
+ golang.org/x/mod v0.20.0
+ golang.org/x/net v0.28.0
+ golang.org/x/sync v0.8.0
+ golang.org/x/text v0.17.0
+ golang.org/x/tools v0.24.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
@@ -83,9 +83,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.25.0 // indirect
- golang.org/x/oauth2 v0.21.0 // indirect
- golang.org/x/sys v0.22.0 // indirect
+ golang.org/x/crypto v0.26.0 // indirect
+ golang.org/x/oauth2 v0.22.0 // indirect
+ golang.org/x/sys v0.23.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