Skip to content

Commit 52ccb3a

Browse files
Updated devependencs
1 parent c49adfd commit 52ccb3a

File tree

2 files changed

+185
-0
lines changed

2 files changed

+185
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ require (
1414
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
1515
github.com/google/uuid v1.6.0 // indirect
1616
github.com/inconshreveable/mousetrap v1.1.0 // indirect
17+
github.com/jackc/pgio v1.0.0 // indirect
1718
github.com/jackc/pgpassfile v1.0.0 // indirect
1819
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
20+
github.com/jackc/pgtype v1.14.4 // indirect
1921
github.com/jackc/pgx/v5 v5.7.5 // indirect
2022
github.com/joho/godotenv v1.5.1 // indirect
2123
github.com/redis/go-redis/v9 v9.9.0 // indirect

0 commit comments

Comments
 (0)