mirror of https://github.com/golang/go.git
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module std
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/net v0.0.0-20211108170745-6635138e15ea
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
|
|
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
|
|
)
|