ability to use keys from envs

This commit is contained in:
2021-10-25 17:36:06 +02:00
parent a1abe13a39
commit 02a8e461d4
4 changed files with 42 additions and 10 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/fatih/color v1.10.0
github.com/joho/godotenv v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/robfig/cron v1.2.0
github.com/spf13/cobra v1.1.3