10 lines
197 B
Modula-2
10 lines
197 B
Modula-2
module git.mills.io/prologic/go-gopher
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
|
)
|
|
|
|
go 1.13
|