Skip to content

Commit 67985e6

Browse files
Bump github.com/redhat-best-practices-for-k8s/certsuite-claim (#1253)
Bumps [github.com/redhat-best-practices-for-k8s/certsuite-claim](https://github.com/redhat-best-practices-for-k8s/certsuite-claim) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/redhat-best-practices-for-k8s/certsuite-claim/releases) - [Commits](redhat-best-practices-for-k8s/certsuite-claim@v1.0.60...v1.0.61) --- updated-dependencies: - dependency-name: github.com/redhat-best-practices-for-k8s/certsuite-claim dependency-version: 1.0.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6aba75 commit 67985e6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-best-practices-for-k8s/certsuite-qe
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM
422422
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
423423
github.com/red-hat-storage/odf-operator v0.0.0-20241124050455-02681e6c10df h1:vVue8Ytv9xEMIC15PPh2FiL8k8YAZvtUd6E6r1xRyJk=
424424
github.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=
427427
github.com/redhat-best-practices-for-k8s/oct v0.0.48 h1:wyrXUQ97blJlTw21S2zKZ6RrkzcyGkyWLXAEHDXROFc=
428428
github.com/redhat-best-practices-for-k8s/oct v0.0.48/go.mod h1:RJxl1iXQOokrYtHrgd9Myijo5I9AHJQJcuyN9yC9i0Y=
429429
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
447447
github.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
450450
github.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

0 commit comments

Comments
 (0)