File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ toolchain go1.24.2
66
77replace github.com/hypertrace/goagent => ../..
88
9- replace github.com/hypertrace/goagent/instrumentation/hypertrace/github.com/jackc/hyperpgx => ../../instrumentation/opentelemetry/github.com/jackc/hyperpgx
9+ replace github.com/hypertrace/goagent/instrumentation/hypertrace/github.com/jackc/hyperpgx => ../../instrumentation/hypertrace/github.com/jackc/hyperpgx
10+
11+ replace github.com/hypertrace/goagent/instrumentation/opentelemetry/github.com/jackc/hyperpgx => ../../instrumentation/opentelemetry/github.com/jackc/hyperpgx
1012
1113require github.com/hypertrace/goagent/instrumentation/hypertrace/github.com/jackc/hyperpgx v0.0.0-00010101000000-000000000000
1214
@@ -21,6 +23,7 @@ require (
2123 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
2224 github.com/hypertrace/agent-config/gen/go v0.0.0-20240523214336-1259231da906 // indirect
2325 github.com/hypertrace/goagent v0.0.0-00010101000000-000000000000 // indirect
26+ github.com/hypertrace/goagent/instrumentation/opentelemetry/github.com/jackc/hyperpgx v0.0.0-00010101000000-000000000000 // indirect
2427 github.com/jackc/chunkreader/v2 v2.0.1 // indirect
2528 github.com/jackc/pgconn v1.8.1 // indirect
2629 github.com/jackc/pgio v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments