mirror of https://github.com/dirtbags/moth.git
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
|
module github.com/dirtbags/moth
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/namsral/flag v1.7.4-pre
|
||
|
github.com/spf13/afero v1.2.2
|
||
|
)
|