mirror of
https://github.com/golang/go.git
synced 2026-02-10 20:00:12 +00:00
go get golang.org/x/tools@8f7fb01dd429 # CL 493619 go mod tidy go mod vendor The goal is to set up for importing the bisect command, for use in tests, in a follow-up CL. This also updates x/sys and x/net, including in std, because x/tools now depends on newer versions of those. Change-Id: I24c283cc165464d9c873ba7a9a4e75a9d02919b2 Reviewed-on: https://go-review.googlesource.com/c/go/+/493596 Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>
13 lines
205 B
Modula-2
13 lines
205 B
Modula-2
module std
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
golang.org/x/crypto v0.5.1-0.20230203195927-310bfa40f1e4
|
|
golang.org/x/net v0.10.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
)
|