add .env support

This commit is contained in:
6543 2022-06-10 18:23:10 +02:00
parent e17a9b92d5
commit e90ecfaf7b
3 changed files with 4 additions and 0 deletions

1
go.mod
View file

@ -60,6 +60,7 @@ require (
github.com/infobloxopen/infoblox-go-client v1.1.1 // indirect
github.com/jarcoal/httpmock v1.0.6 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
github.com/klauspost/compress v1.13.4 // indirect