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: Id3afb41fc96c3eaa63241116bb332d4779e6b5f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/694175 Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
11 lines
157 B
Modula-2
11 lines
157 B
Modula-2
module golang.org/x/net
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/sys v0.35.0
|
|
golang.org/x/term v0.34.0
|
|
golang.org/x/text v0.28.0
|
|
)
|