Skip to content

Commit b6fb3fa

Browse files
Tests
1 parent 4a2d564 commit b6fb3fa

File tree

6 files changed

+862
-76
lines changed

6 files changed

+862
-76
lines changed

knowledge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ require (
1717
github.com/onsi/ginkgo/v2 v2.22.0
1818
github.com/onsi/gomega v1.36.1
1919
github.com/prometheus/client_golang v1.23.2
20+
github.com/prometheus/client_model v0.6.2
2021
github.com/sapcc/go-bits v0.0.0-20251016133802-c2d049e762e6
2122
k8s.io/apimachinery v0.34.1
2223
k8s.io/client-go v0.34.1
@@ -124,7 +125,6 @@ require (
124125
github.com/opencontainers/runc v1.3.2 // indirect
125126
github.com/ory/dockertest v3.3.5+incompatible // indirect
126127
github.com/pkg/errors v0.9.1 // indirect
127-
github.com/prometheus/client_model v0.6.2 // indirect
128128
github.com/prometheus/common v0.67.1 // indirect
129129
github.com/prometheus/procfs v0.17.0 // indirect
130130
github.com/sapcc/go-api-declarations v1.17.4 // indirect

0 commit comments

Comments
 (0)