Skip to content

Commit b08ef7b

Browse files
Bump the redhat-best-practices-for-k8s group with 3 updates (#2914)
Bumps the redhat-best-practices-for-k8s group with 3 updates: [github.com/redhat-best-practices-for-k8s/certsuite-claim](https://github.com/redhat-best-practices-for-k8s/certsuite-claim), [github.com/redhat-best-practices-for-k8s/oct](https://github.com/redhat-best-practices-for-k8s/oct) and [github.com/redhat-best-practices-for-k8s/privileged-daemonset](https://github.com/redhat-best-practices-for-k8s/privileged-daemonset). Updates `github.com/redhat-best-practices-for-k8s/certsuite-claim` from 1.0.55 to 1.0.56 - [Release notes](https://github.com/redhat-best-practices-for-k8s/certsuite-claim/releases) - [Commits](redhat-best-practices-for-k8s/certsuite-claim@v1.0.55...v1.0.56) Updates `github.com/redhat-best-practices-for-k8s/oct` from 0.0.36 to 0.0.37 - [Release notes](https://github.com/redhat-best-practices-for-k8s/oct/releases) - [Commits](redhat-best-practices-for-k8s/oct@v0.0.36...v0.0.37) Updates `github.com/redhat-best-practices-for-k8s/privileged-daemonset` from 1.0.49 to 1.0.50 - [Release notes](https://github.com/redhat-best-practices-for-k8s/privileged-daemonset/releases) - [Commits](redhat-best-practices-for-k8s/privileged-daemonset@v1.0.49...v1.0.50) --- updated-dependencies: - dependency-name: github.com/redhat-best-practices-for-k8s/certsuite-claim dependency-version: 1.0.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: redhat-best-practices-for-k8s - dependency-name: github.com/redhat-best-practices-for-k8s/oct dependency-version: 0.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: redhat-best-practices-for-k8s - dependency-name: github.com/redhat-best-practices-for-k8s/privileged-daemonset dependency-version: 1.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: redhat-best-practices-for-k8s ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f77b00a commit b08ef7b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.2
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1
7-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55
7+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.56
88
github.com/sirupsen/logrus v1.9.3 // indirect
99
github.com/spf13/cobra v1.9.1
1010
github.com/stretchr/testify v1.10.0
@@ -242,8 +242,8 @@ require (
242242
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.6
243243
github.com/k8snetworkplumbingwg/sriov-network-operator v1.5.0
244244
github.com/manifoldco/promptui v0.9.0
245-
github.com/redhat-best-practices-for-k8s/oct v0.0.36
246-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.49
245+
github.com/redhat-best-practices-for-k8s/oct v0.0.37
246+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.50
247247
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99
248248
github.com/robert-nix/ansihtml v1.0.1
249249
golang.org/x/term v0.31.0

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
474474
github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ=
475475
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
476476
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
477-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55 h1:v7wgbFJqhQbxitR7E3aPo8pqT5f5SwQIPD8g0hSFCwU=
478-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55/go.mod h1:JKi1usaFbXS53E6TxCAosrFHVO0yY5jIJcJkTAm+7qQ=
479-
github.com/redhat-best-practices-for-k8s/oct v0.0.36 h1:+G26SUpkNLHDQw9VlTuamxAgNMF1N6EEgIEhnR9piA8=
480-
github.com/redhat-best-practices-for-k8s/oct v0.0.36/go.mod h1:wic1i9uGnwpoWjuNpZjePoPnLuzCRusi7POtn41ZlMo=
481-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.49 h1:VmuB3QbPytk4J7vQ30/s4yUrARXbH9gYXfuHWc8NruM=
482-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.49/go.mod h1:/Aj8ZYxm/171tvyp8zR6Eceavqyh82ITOueaNu5e5D8=
477+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.56 h1:uM2qa/WrxpT421Kcy2x/xc+ITeCZc+6ZjrapabH5fII=
478+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.56/go.mod h1:yxc7/QdFNmkeguA61LqLWf4FhELIxgqvfIZAMyTcKeg=
479+
github.com/redhat-best-practices-for-k8s/oct v0.0.37 h1:SNu9A26w2ippVmd18BS2e3eIa37HmUbOEPq+zJp8zpg=
480+
github.com/redhat-best-practices-for-k8s/oct v0.0.37/go.mod h1:B4P8DOm7Fin2pXjlOmVVd6ydCDOoeyw4YppndZ7ixls=
481+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.50 h1:a2jHLZhcmUcagjyXkTz8oeXUjWPSHE40dc3o2TRExqk=
482+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.50/go.mod h1:w0rGVkKkGT6ObQL3epyWVDIIZ3IwrOywLZ4FRw/j0RE=
483483
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99 h1:fC8RROu49lbEXAnLEo7DR7qU+fSFeKBACWuTPFcdMsc=
484484
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99/go.mod h1:A/bVnxl4/irw4Wmjd/+WNLcKfUDD1Y8TA5tU/ijy1Yw=
485485
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho=

0 commit comments

Comments
 (0)