Skip to content

Commit 15efb07

Browse files
Bump github.com/presslabs/controller-util from 0.13.0 to 0.15.0 (#410)
Bumps [github.com/presslabs/controller-util](https://github.com/presslabs/controller-util) from 0.13.0 to 0.15.0. - [Release notes](https://github.com/presslabs/controller-util/releases) - [Commits](presslabs/controller-util@v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/presslabs/controller-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee187ea commit 15efb07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module github.com/IBM/ibm-block-csi-operator
22

33
go 1.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.24.1
66

77
require (
88
github.com/go-logr/logr v1.4.2
99
github.com/imdario/mergo v0.3.16
1010
github.com/onsi/ginkgo/v2 v2.22.2
1111
github.com/onsi/gomega v1.36.2
1212
github.com/pkg/errors v0.9.1
13-
github.com/presslabs/controller-util v0.13.0
13+
github.com/presslabs/controller-util v0.15.0
1414
k8s.io/api v0.32.2
1515
k8s.io/apimachinery v0.32.2
1616
k8s.io/client-go v0.32.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
8686
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
8787
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
8888
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
89-
github.com/presslabs/controller-util v0.13.0 h1:UzqJuLSkkrqt4Vo89EFvqe9H9qloO1O+a163iGHln3U=
90-
github.com/presslabs/controller-util v0.13.0/go.mod h1:g0LvHJTmozSn+0120Yh3atatiKz/4VvWyMEya1SWTlE=
89+
github.com/presslabs/controller-util v0.15.0 h1:MrgXFUXby1SVswDQYtnJ7VCjBCngXc88VPMPGF5A/Eo=
90+
github.com/presslabs/controller-util v0.15.0/go.mod h1:oXmDt0TB4UtflgVGXUP6GjpPD7tbzwUsm/p1W7UwZHA=
9191
github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE=
9292
github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho=
9393
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=

0 commit comments

Comments
 (0)