Get env vars from urfave/cli instead of envconfig [#66]

This commit is contained in:
Erin Call
2020-01-09 09:37:32 -08:00
parent b4b1f7882d
commit 7892c9c0a6
5 changed files with 196 additions and 89 deletions

4
go.mod
View File

@@ -5,9 +5,7 @@ go 1.13
require (
github.com/golang/mock v1.3.1
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.4.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 // indirect
github.com/urfave/cli/v2 v2.1.1
gopkg.in/yaml.v2 v2.2.2
)