fix #121 and #123 - add support for reading env variables from .env (#133)

This commit is contained in:
Casey Lee
2020-03-06 12:30:24 -08:00
committed by GitHub
parent af970769d7
commit 4fde7d8865
14 changed files with 629 additions and 0 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/gorilla/mux v1.7.0 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mgutz/str v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect