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
|
2020-08-14 20:26:04 -06:00
|
|
|
github.com/pkg/sftp v1.11.0 // indirect
|
|
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2020-02-29 16:53:08 -07:00
|
|
|
github.com/spf13/afero v1.2.2
|
2020-08-14 20:26:04 -06:00
|
|
|
golang.org/x/tools v0.0.0-20200814172026-c4923e618c08 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-02-29 16:53:08 -07:00
|
|
|
)
|