1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/src/go.mod

11 lines
245 B
Modula-2
Raw Normal View History

module std
go 1.14
require (
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
golang.org/x/net v0.0.0-20191021124707-24d2ffbea1e8
golang.org/x/sys v0.0.0-20190529130038-5219a1e1c5f8 // indirect
golang.org/x/text v0.3.2 // indirect
)