squash! Udpdated for godotenv

This commit is contained in:
Andrew Scott 2022-07-08 22:12:06 -04:00
parent a141d4485e
commit b9f3bdfd47
Signed by: a
GPG key ID: 3EB62D0BBB8DB381
2 changed files with 4 additions and 0 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module codeberg.org/andcscott/OpenWeatherMap-gRPC-API module codeberg.org/andcscott/OpenWeatherMap-gRPC-API
go 1.18 go 1.18
require github.com/joho/godotenv v1.4.0 // indirect

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/joho/godotenv v1.4.0 h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg=
github.com/joho/godotenv v1.4.0/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=