Files
golang.net/go.mod
Gopher Robot 1568cf9b43 go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.
Once this CL is submitted, and post-submit testing succeeds on all
first-class ports across all supported Go versions, this repository
will be tagged with its next minor version.

Change-Id: I62c0358d12bf4098bc72d01911b3b697e056cafa
Reviewed-on: https://go-review.googlesource.com/c/net/+/443995
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Gopher Robot <gobot@golang.org>
2022-10-19 15:28:41 +00:00

10 lines
123 B
Modula-2

module golang.org/x/net
go 1.17
require (
golang.org/x/sys v0.1.0
golang.org/x/term v0.1.0
golang.org/x/text v0.4.0
)