go/src/go.mod
Dmitri Shuralyov bf3d291ea3 all: update vendored dependencies
The Go 1.27 code freeze has recently started. This is a time to update
all golang.org/x/... module versions that contribute packages to the
std and cmd modules in the standard library to latest master versions.

For #36905.

[git-generate]
go install golang.org/x/build/cmd/updatestd@latest
go install golang.org/x/tools/cmd/bundle@latest
updatestd -goroot=$(pwd) -branch=master

Change-Id: Ib9e65d6883f4b11f9dba04e78e6ec3b8e6e9caaa
Reviewed-on: https://go-review.googlesource.com/c/go/+/783080
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
2026-05-26 10:11:40 -07:00

13 lines
238 B
Modula-2

module std
go 1.27
require (
golang.org/x/crypto v0.52.1-0.20260526024921-9beb694f9766
golang.org/x/net v0.55.1-0.20260526154343-657eb1317b5d
)
require (
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
)