mirror of
https://github.com/golang/go
synced 2024-11-23 05:30:07 -07:00
233ea216c7
The Go 1.18 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. This CL updates only the lower-level modules arch, sys, term for better bisection. The next CL will update further ones. For #36905. Change-Id: I455428c051ec49b446b8b558a6f579cd9be4d796 Reviewed-on: https://go-review.googlesource.com/c/go/+/362734 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org>
14 lines
258 B
Modula-2
14 lines
258 B
Modula-2
module std
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|