moth/go.mod

9 lines
121 B
Modula-2
Raw Normal View History

2020-02-29 16:53:08 -07:00
module github.com/dirtbags/moth
go 1.13
require (
github.com/namsral/flag v1.7.4-pre
github.com/spf13/afero v1.2.2
)