1module git.mills.io/prologic/go-gopher
2
3require (
4	github.com/davecgh/go-spew v1.1.1 // indirect
5	github.com/stretchr/testify v1.7.0
6	golang.org/x/net v0.0.0-20181220203305-927f97764cc3
7)
8
9go 1.13
10