forked from goffee/goffee
15 lines
385 B
Modula-2
15 lines
385 B
Modula-2
module git.smarteching.com/goffee/goffee
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/briandowns/spinner v1.12.0
|
|
github.com/c4milo/unpackit v0.1.0
|
|
github.com/karrick/godirwalk v1.16.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/thanhpk/randstr v1.0.4
|
|
)
|