This commit is contained in:
2021-04-11 15:02:27 +02:00
parent 5d92b5bcc1
commit 8a1fe41825
6 changed files with 91 additions and 3 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/blang/semver/v4 v4.0.0
github.com/buger/goterm v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/robfig/cron v1.2.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)