This commit is contained in:
2020-10-11 07:50:18 -07:00
commit 3338f9d53d
8 changed files with 269 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module git.eeqj.de/sneak/sn
go 1.15
require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
)