mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37: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: Id9c6666c1b6cc671576285bf13d3ae7da8e2a168 Reviewed-on: https://go-review.googlesource.com/c/net/+/473437 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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.6.0
|
|
golang.org/x/term v0.6.0
|
|
golang.org/x/text v0.8.0
|
|
)
|