File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/sap/component-operator-runtime
22
3- go 1.23.0
3+ go 1.23.1
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
@@ -9,7 +9,7 @@ require (
99 github.com/onsi/ginkgo/v2 v2.20.2
1010 github.com/onsi/gomega v1.34.2
1111 github.com/pkg/errors v0.9.1
12- github.com/prometheus/client_golang v1.20.2
12+ github.com/prometheus/client_golang v1.20.3
1313 github.com/sap/go-generics v0.2.19
1414 github.com/spf13/pflag v1.0.5
1515 golang.org/x/time v0.6.0
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQ
154154github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
155155github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg =
156156github.com/prometheus/client_golang v1.20.2 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
157+ github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
158+ github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
157159github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos =
158160github.com/prometheus/client_model v0.6.0 /go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8 =
159161github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
You can’t perform that action at this time.
0 commit comments