Skip to content

Commit f5b4aed

Browse files
alnrory-bot
authored andcommitted
feat: hydra benchmarking tool
GitOrigin-RevId: a2db2f17a2eaf000ff7ffbfdd71c422721259d39
1 parent a8142d0 commit f5b4aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oryx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ require (
3030
github.com/hashicorp/go-retryablehttp v0.7.8
3131
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
3232
github.com/jackc/pgconn v1.14.3
33+
github.com/jackc/pgx/v5 v5.7.5
3334
github.com/jackc/puddle/v2 v2.2.2
3435
github.com/jmoiron/sqlx v1.4.0
3536
github.com/knadh/koanf/maps v0.1.2
@@ -154,7 +155,6 @@ require (
154155
github.com/jackc/pgpassfile v1.0.0 // indirect
155156
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
156157
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
157-
github.com/jackc/pgx/v5 v5.7.5 // indirect
158158
github.com/jaegertracing/jaeger-idl v0.5.0 // indirect
159159
github.com/jandelgado/gcov2lcov v1.1.1 // indirect
160160
github.com/joho/godotenv v1.5.1 // indirect

0 commit comments

Comments
 (0)