Files
golang.net/go.mod
Gopher Robot df97a48b7b go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ib0f6594d53289bb9226b7c8bc59bf82f1e19bad9
Reviewed-on: https://go-review.googlesource.com/c/net/+/647718
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>
2025-02-10 08:11:33 -08:00

11 lines
155 B
Modula-2

module golang.org/x/net
go 1.18
require (
golang.org/x/crypto v0.33.0
golang.org/x/sys v0.30.0
golang.org/x/term v0.29.0
golang.org/x/text v0.22.0
)