mirror of
https://github.com/golang/go
synced 2024-11-23 01:40:03 -07:00
3dc13023c1
To pick up CL 443575. Note: This CL also update other x repositories because CL 444536 updates x/tools dependencies to latest tagged version. Done by go get -d golang.org/x/tools@8166dca1cec9 go mod tidy go mod vendor Change-Id: Ie2836bb4ebc1db0150ba240af4e2b750dbf1e0b4 Reviewed-on: https://go-review.googlesource.com/c/go/+/445055 Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
14 lines
174 B
Modula-2
14 lines
174 B
Modula-2
module std
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/net v0.1.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
)
|