Skip to content

Commit 3621fd5

Browse files
committed
fix example go module file
1 parent e88d487 commit 3621fd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/postgres-query/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ toolchain go1.24.2
66

77
replace 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

1113
require 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

0 commit comments

Comments
 (0)