1
0
mirror of https://github.com/golang/go synced 2024-11-18 21:05:02 -07:00
go/src/go.mod

11 lines
245 B
Modula-2
Raw Normal View History

module std
go 1.12
require (
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190514140710-3ec191127204
golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f // indirect
golang.org/x/text v0.3.2 // indirect
)