2020-02-29 16:53:08 -07:00
|
|
|
module github.com/dirtbags/moth
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-08-28 14:15:19 -06:00
|
|
|
github.com/GoBike/envflag v0.0.0-20160830095501-ae3268980a29
|
2020-08-17 17:43:57 -06:00
|
|
|
github.com/namsral/flag v1.7.4-pre // indirect
|
2020-08-14 20:26:04 -06:00
|
|
|
github.com/pkg/sftp v1.11.0 // indirect
|
2020-08-28 14:15:19 -06:00
|
|
|
github.com/russross/blackfriday v2.0.0+incompatible
|
2020-08-14 20:26:04 -06:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2020-08-17 17:43:57 -06:00
|
|
|
github.com/spf13/afero v1.3.4
|
|
|
|
golang.org/x/tools v0.0.0-20200817190302-118ac038d721 // indirect
|
2020-08-28 14:15:19 -06:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-02-29 16:53:08 -07:00
|
|
|
)
|