diff options
| author | Gopher Robot <gobot@golang.org> | 2026-03-11 20:59:22 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-12 08:29:50 -0700 |
| commit | c22c14bd56b9cb8925ae0636048264ab0ef0192f (patch) | |
| tree | d028af666d55e56c02d6f36fe3460594d9d6bf19 /go.mod | |
| parent | 42af1423ac77579ad85b6b9f17c28ee1532b9f98 (diff) | |
| download | go-x-website-c22c14bd56b9cb8925ae0636048264ab0ef0192f.tar.xz | |
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I967bfc49babdafcf68b98df1ea95451ef27b9adf
Reviewed-on: https://go-review.googlesource.com/c/website/+/754684
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -13,11 +13,11 @@ require ( github.com/google/go-cmp v0.7.0 github.com/n7olkachev/imgdiff v1.0.2 github.com/yuin/goldmark v1.6.0 - golang.org/x/build v0.0.0-20260206193512-474af8a99b39 - golang.org/x/mod v0.33.0 - golang.org/x/net v0.50.0 - golang.org/x/sync v0.19.0 - golang.org/x/tools v0.42.0 + golang.org/x/build v0.0.0-20260311232836-fa74b4fd19d8 + golang.org/x/mod v0.34.0 + golang.org/x/net v0.52.0 + golang.org/x/sync v0.20.0 + golang.org/x/tools v0.43.0 golang.org/x/tour v0.1.0 google.golang.org/api v0.136.0 gopkg.in/yaml.v3 v3.0.1 @@ -43,10 +43,10 @@ require ( github.com/mailru/easyjson v0.7.7 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect go.opencensus.io v0.24.0 // indirect - golang.org/x/crypto v0.48.0 // indirect - golang.org/x/oauth2 v0.35.0 // indirect - golang.org/x/sys v0.41.0 // indirect - golang.org/x/text v0.34.0 // indirect + golang.org/x/crypto v0.49.0 // indirect + golang.org/x/oauth2 v0.36.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/text v0.35.0 // indirect golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect google.golang.org/appengine v1.6.8-0.20221117013220-504804fb50de // indirect google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect |
