1
0
Fork 0
mvshaker/go.mod

11 lines
214 B
Modula-2

module noa.mornie.org/eriol/mvshaker
go 1.14
require (
github.com/alecthomas/kong v0.7.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.4.0 // indirect
)