mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
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>
11 lines
153 B
Modula-2
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
|
|
)
|