1
0
mirror of https://github.com/golang/go synced 2024-11-17 13:35:08 -07:00
go/src/go.mod
Michael Matloob 3707d60606 all: update golang.org/x/sys and vendor it
Commands run (in both src and src/cmd):
	go get golang.org/x/sys@latest
	go mod tidy
	go mod vendor

Change-Id: Ia041258c71ffb93428257b547411d359c62d9b70
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/562736
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-02-08 20:35:26 +00:00

14 lines
208 B
Modula-2

module std
go 1.23
require (
golang.org/x/crypto v0.18.0
golang.org/x/net v0.20.1-0.20240110153537-07e05fd6e95a
)
require (
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)