go-gopher/go.mod

9 lines
236 B
Modula-2
Raw Normal View History

2018-12-30 13:33:16 +00:00
module github.com/prologic/go-gopher
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
)