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:
Erin Call 2020-01-08 11:08:39 -08:00
parent cfd8e33995
commit 71421fbaa5
No known key found for this signature in database
GPG Key ID: 4071FF6C15B8DAD1
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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