File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/redhat-best-practices-for-k8s/certsuite-qe
22
3- go 1.25.3
3+ go 1.25.4
44
55require (
66 github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7
@@ -13,7 +13,7 @@ require (
1313 github.com/openshift/machine-config-operator v0.0.1-0.20231024085435-7e1fb719c1ba
1414 github.com/operator-framework/api v0.34.0
1515 github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
16- github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.60
16+ github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.61
1717 github.com/redhat-best-practices-for-k8s/oct v0.0.48
1818 github.com/stretchr/testify v1.11.1
1919 github.com/test-network-function/cr-scale-operator v0.0.0-20230810174010-26b23b7b446f
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM
422422github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
423423github.com/red-hat-storage/odf-operator v0.0.0-20241124050455-02681e6c10df h1:vVue8Ytv9xEMIC15PPh2FiL8k8YAZvtUd6E6r1xRyJk =
424424github.com/red-hat-storage/odf-operator v0.0.0-20241124050455-02681e6c10df /go.mod h1:Qgmgk+Wa61zuvR9mRQEOjD6tcUezT7aU5GXaBup6eXM =
425- github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.60 h1:3qg0mf8bwsaZxefHeckBIzraW1yQ4Rk4rJsTOip4D7U =
426- github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.60 /go.mod h1:u2ApSYl0k1tOnUmHlpZmSgvVz+TzVGcFnaOmG8Am72M =
425+ github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.61 h1:utE0RSR8s3wgfhWci1D0pqVpRJ4yAmPnLVmbcCA92co =
426+ github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.61 /go.mod h1:mf5FnK+FZNhu69++NXhrDPQ7aFn/Ebipl04dqtXFJnc =
427427github.com/redhat-best-practices-for-k8s/oct v0.0.48 h1:wyrXUQ97blJlTw21S2zKZ6RrkzcyGkyWLXAEHDXROFc =
428428github.com/redhat-best-practices-for-k8s/oct v0.0.48 /go.mod h1:RJxl1iXQOokrYtHrgd9Myijo5I9AHJQJcuyN9yC9i0Y =
429429github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
Original file line number Diff line number Diff line change @@ -445,8 +445,8 @@ github.com/prometheus/procfs/internal/util
445445# github.com/red-hat-storage/odf-operator v0.0.0-20241124050455-02681e6c10df
446446## explicit; go 1.22.7
447447github.com/red-hat-storage/odf-operator/api/v1alpha1
448- # github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.60
449- ## explicit; go 1.25.3
448+ # github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.61
449+ ## explicit; go 1.25.4
450450github.com/redhat-best-practices-for-k8s/certsuite-claim/pkg/claim
451451# github.com/redhat-best-practices-for-k8s/oct v0.0.48
452452## explicit; go 1.25.1
You can’t perform that action at this time.
0 commit comments