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

Change-Id: I314af161ceac84fec04c729a71860ad35335513b
Reviewed-on: https://go-review.googlesource.com/c/net/+/562495
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
2024-02-07 21:51:58 +00:00

11 lines
155 B
Modula-2

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