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

Change-Id: I6a2e43cca79f719c018887e1d75b578fc27be8f1
Reviewed-on: https://go-review.googlesource.com/c/net/+/603399
Reviewed-by: David Chase <drchase@google.com>
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>
2024-08-06 17:39:36 +00:00

11 lines
155 B
Modula-2

module golang.org/x/net
go 1.18
require (
golang.org/x/crypto v0.26.0
golang.org/x/sys v0.23.0
golang.org/x/term v0.23.0
golang.org/x/text v0.17.0
)