Files
golang.net/go.mod
Gopher Robot 6c96ca5daf 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: Ifc35b03aeb994b74293ca0b2a4c79940cff8a66c
Reviewed-on: https://go-review.googlesource.com/c/net/+/502795
Run-TryBot: Gopher Robot <gobot@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2023-06-13 13:43:36 +00:00

11 lines
153 B
Modula-2

module golang.org/x/net
go 1.17
require (
golang.org/x/crypto v0.10.0
golang.org/x/sys v0.9.0
golang.org/x/term v0.9.0
golang.org/x/text v0.10.0
)