We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590d898 commit aa3071fCopy full SHA for aa3071f
1 file changed
oryx/go.mod
@@ -30,6 +30,7 @@ require (
30
github.com/hashicorp/go-retryablehttp v0.7.8
31
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
32
github.com/jackc/pgconn v1.14.3
33
+ github.com/jackc/pgx/v5 v5.7.5
34
github.com/jackc/puddle/v2 v2.2.2
35
github.com/jmoiron/sqlx v1.4.0
36
github.com/knadh/koanf/maps v0.1.2
@@ -154,7 +155,6 @@ require (
154
155
github.com/jackc/pgpassfile v1.0.0 // indirect
156
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
157
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
- github.com/jackc/pgx/v5 v5.7.5 // indirect
158
github.com/jaegertracing/jaeger-idl v0.5.0 // indirect
159
github.com/jandelgado/gcov2lcov v1.1.1 // indirect
160
github.com/joho/godotenv v1.5.1 // indirect
0 commit comments