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

Change-Id: Ie4bfdbe9480a9bcd1384b4f8060239cc7cfc6dee
Reviewed-on: https://go-review.googlesource.com/c/net/+/754560
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>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-03-11 17:35:42 -07:00

11 lines
157 B
Modula-2

module golang.org/x/net
go 1.25.0
require (
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.0
golang.org/x/term v0.41.0
golang.org/x/text v0.35.0
)