Fix godotenv dependency in go.mod
go.mod got an update when I ran the tests. It should've happened in 51058470e; I'm not sure why it was never updated.
This commit is contained in:
parent
cfd8e33995
commit
71421fbaa5
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.13
|
|||
|
||||
require (
|
||||
github.com/golang/mock v1.3.1
|
||||
github.com/joho/godotenv v1.3.0 // indirect
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue