Skip to content

Commit 671d6d6

Browse files
committed
update volume-group-operator version to v0.9.3
1 parent 16f73c9 commit 671d6d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/IBM/csi-volume-group-operator v0.9.2
8+
github.com/IBM/csi-volume-group-operator v0.9.3
99
github.com/csi-addons/spec v0.2.0
1010
github.com/go-logr/logr v1.4.3
1111
github.com/kubernetes-csi/csi-lib-utils v0.22.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/IBM/csi-volume-group-operator v0.9.2 h1:ZOYaUR5xdHN2bvwguvs03EjFjtwMp+v1qzT+DnUS6VU=
2-
github.com/IBM/csi-volume-group-operator v0.9.2/go.mod h1:nEZf/HwMnkXk4Z4/M9+o9qJohyK3zIZDRiGJV7rBnxQ=
1+
github.com/IBM/csi-volume-group-operator v0.9.3 h1:q0otOos5EBiNzCtqsEtWRYYLJB9gl9CzMw0z2q5nJGk=
2+
github.com/IBM/csi-volume-group-operator v0.9.3/go.mod h1:fc+Km1ZoeJNw/6AohePPmoG0z2p+XQoLbTEksHlhnXA=
33
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
44
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
55
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/IBM/csi-volume-group-operator v0.9.2
1+
# github.com/IBM/csi-volume-group-operator v0.9.3
22
## explicit; go 1.23.1
33
github.com/IBM/csi-volume-group-operator/api/v1
44
# github.com/beorn7/perks v1.0.1

0 commit comments

Comments
 (0)