Skip to content

Commit 599b603

Browse files
Bump github.com/joho/godotenv from 1.4.0 to 1.5.1
Bumps [github.com/joho/godotenv](https://github.com/joho/godotenv) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/joho/godotenv/releases) - [Commits](joho/godotenv@v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: github.com/joho/godotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 309ce19 commit 599b603

File tree

2 files changed

+2634
-4
lines changed

2 files changed

+2634
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ require (
88
github.com/go-oauth2/oauth2/v4 v4.5.1
99
github.com/go-playground/validator/v10 v10.14.0
1010
github.com/golang-jwt/jwt v3.2.2+incompatible
11-
github.com/joho/godotenv v1.4.0
11+
github.com/jackc/pgx/v5 v5.3.1
12+
github.com/joho/godotenv v1.5.1
1213
github.com/kelseyhightower/envconfig v1.4.0
1314
github.com/sirupsen/logrus v1.8.1
1415
gorm.io/driver/postgres v1.4.6
@@ -36,7 +37,6 @@ require (
3637
github.com/golang-sql/sqlexp v0.1.0 // indirect
3738
github.com/jackc/pgpassfile v1.0.0 // indirect
3839
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
39-
github.com/jackc/pgx/v5 v5.3.1 // indirect
4040
github.com/jinzhu/inflection v1.0.0 // indirect
4141
github.com/jinzhu/now v1.1.5 // indirect
4242
github.com/leodido/go-urn v1.2.4 // indirect

0 commit comments

Comments
 (0)