forked from goffee/goffee
initial commits 1
This commit is contained in:
parent
61645c1459
commit
c97afa7564
19 changed files with 1612 additions and 142 deletions
15
go.mod
Normal file
15
go.mod
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue