go-gopher/go.mod

10 lines
197 B
Modula-2
Raw Normal View History

2021-07-10 07:37:18 +00:00
module git.mills.io/prologic/go-gopher
2018-12-30 13:33:16 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
2018-12-30 13:33:16 +00:00
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
)
2019-12-26 03:54:38 +00:00
go 1.13