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: Ia50695ab9c32268c5dfa5096e448c6d7cca851bd Reviewed-on: https://go-review.googlesource.com/c/net/+/466595 Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: 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.5.0
|
|
golang.org/x/term v0.5.0
|
|
golang.org/x/text v0.7.0
|
|
)
|