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: I166e970128861674939fc46eaad37f74d19f1745 Reviewed-on: https://go-review.googlesource.com/c/net/+/719680 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
157 B
Modula-2
11 lines
157 B
Modula-2
module golang.org/x/net
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
golang.org/x/crypto v0.44.0
|
|
golang.org/x/sys v0.38.0
|
|
golang.org/x/term v0.37.0
|
|
golang.org/x/text v0.31.0
|
|
)
|