Skip to content

chore(srv6): tidy go.mod for the metrics filters import#35

Merged
ryskn merged 1 commit into
dev/srv6egress-v1from
fix/srv6-gomod-tidy-metrics-filters
Jul 3, 2026
Merged

chore(srv6): tidy go.mod for the metrics filters import#35
ryskn merged 1 commit into
dev/srv6egress-v1from
fix/srv6-gomod-tidy-metrics-filters

Conversation

@ryskn

@ryskn ryskn commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Follow-up to #34: controller-runtime/pkg/metrics/filters transitively requires the otel http-instrumentation + konnectivity-client modules. go mod tidy records them so the module builds under -mod=readonly (CI). Verified go build -mod=readonly ./srv6egress/... green.

The metrics authn/authz change (#34) imports
controller-runtime/pkg/metrics/filters, which transitively requires the
otel http instrumentation + konnectivity client modules. Record them in
go.mod/go.sum so the module builds under -mod=readonly (CI).
@ryskn ryskn merged commit ccf71a5 into dev/srv6egress-v1 Jul 3, 2026
1 check passed
@ryskn ryskn deleted the fix/srv6-gomod-tidy-metrics-filters branch July 3, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant