mirror of
https://github.com/golang/go
synced 2024-11-25 21:37:58 -07:00
b5a8617823
The Go 1.23 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: I9162f547c148809d6fb1e4157f6f504634cef3b7 Reviewed-on: https://go-review.googlesource.com/c/go/+/589935 Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Matthew Dempsky <mdempsky@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
14 lines
238 B
Modula-2
14 lines
238 B
Modula-2
module std
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a
|
|
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|