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. Change-Id: I67697a47fc2e3584626731af52d016d4452985e6 Reviewed-on: https://go-review.googlesource.com/c/net/+/640595 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
11 lines
155 B
Modula-2
11 lines
155 B
Modula-2
module golang.org/x/net
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/crypto v0.32.0
|
|
golang.org/x/sys v0.29.0
|
|
golang.org/x/term v0.28.0
|
|
golang.org/x/text v0.21.0
|
|
)
|