mirror of https://github.com/golang/go.git
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module std
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
|
|
golang.org/x/text v0.3.8-0.20220124021120-d1c84af989ab // indirect
|
|
)
|