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. Change-Id: I4be730755989f3d982deaac30cf72c1f3546d4b7 Reviewed-on: https://go-review.googlesource.com/c/net/+/611198 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.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.27.0
|
|
golang.org/x/sys v0.25.0
|
|
golang.org/x/term v0.24.0
|
|
golang.org/x/text v0.18.0
|
|
)
|