1
0
Fork 0
forked from goffee/goffee

initial commits 1

This commit is contained in:
Zeni Kim 2024-09-12 17:14:29 -05:00
parent 61645c1459
commit c97afa7564
19 changed files with 1612 additions and 142 deletions

15
go.mod Normal file
View 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
)