reorganizing

This commit is contained in:
2020-10-12 14:23:54 -07:00
parent 3338f9d53d
commit 841b488d7c
6 changed files with 2263 additions and 9 deletions

5
go.mod
View File

@@ -1,9 +1,10 @@
module git.eeqj.de/sneak/sn
module sneak.berlin/x
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
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0
)