Skip to content

Commit 58c9147

Browse files
authored
fix(deps): use v0.0.0 for shared dependency in clickhouse and db (#2226)
These modules already have `replace => ../shared` so v0.0.0 resolves locally. External consumers (belt) provide their own replace directive mapping v0.0.0 to a concrete commit via `make update-infra-dependencies`. Previously the date-stamped pseudo-versions leaked old transitive deps (prometheus@v1.8.2) that broke grafana/loki in belt's workspace.
1 parent b14226c commit 58c9147

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/clickhouse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tool github.com/pressly/goose/v3/cmd/goose
88

99
require (
1010
github.com/ClickHouse/clickhouse-go/v2 v2.40.1
11-
github.com/e2b-dev/infra/packages/shared v0.0.0-20250811171846-d1cdc9527dec
11+
github.com/e2b-dev/infra/packages/shared v0.0.0
1212
github.com/google/uuid v1.6.0
1313
go.uber.org/zap v1.27.1
1414
)

packages/db/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tool (
1010
)
1111

1212
require (
13-
github.com/e2b-dev/infra/packages/shared v0.0.0-20250324174051-3fb806938dc1
13+
github.com/e2b-dev/infra/packages/shared v0.0.0
1414
github.com/exaring/otelpgx v0.9.3
1515
github.com/google/uuid v1.6.0
1616
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6

0 commit comments

Comments
 (0)