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: Ibb0ab46488252d035430a654eed5dd4caab7509e Reviewed-on: https://go-review.googlesource.com/c/net/+/596895 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@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.25.0
|
|
golang.org/x/sys v0.22.0
|
|
golang.org/x/term v0.22.0
|
|
golang.org/x/text v0.16.0
|
|
)
|