go-gopher/go.mod

11 lines
234 B
Modula-2

module code.as/writefreely/go-gopher
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/sasha-s/go-deadlock v0.3.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
)
go 1.13