mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27: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: 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>
10 lines
123 B
Modula-2
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
|
|
)
|