We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49adfd commit 52ccb3aCopy full SHA for 52ccb3a
go.mod
@@ -14,8 +14,10 @@ require (
14
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
15
github.com/google/uuid v1.6.0 // indirect
16
github.com/inconshreveable/mousetrap v1.1.0 // indirect
17
+ github.com/jackc/pgio v1.0.0 // indirect
18
github.com/jackc/pgpassfile v1.0.0 // indirect
19
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
20
+ github.com/jackc/pgtype v1.14.4 // indirect
21
github.com/jackc/pgx/v5 v5.7.5 // indirect
22
github.com/joho/godotenv v1.5.1 // indirect
23
github.com/redis/go-redis/v9 v9.9.0 // indirect
0 commit comments