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: I6a2e43cca79f719c018887e1d75b578fc27be8f1 Reviewed-on: https://go-review.googlesource.com/c/net/+/603399 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org>
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.26.0
|
|
golang.org/x/sys v0.23.0
|
|
golang.org/x/term v0.23.0
|
|
golang.org/x/text v0.17.0
|
|
)
|