Skip to content

Commit

Permalink
update common package (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain authored Jul 10, 2024
1 parent 23aa8d3 commit 286c2c4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion migration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dell/dell-csi-extensions/migration
go 1.22

require (
github.com/dell/dell-csi-extensions/common v1.4.1
github.com/dell/dell-csi-extensions/common v1.5.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
Expand Down
4 changes: 2 additions & 2 deletions migration/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/dell/dell-csi-extensions/common v1.4.1 h1:SoMZCfgfF+QmPqNVxDKk37A4SNfvBossRZasgG7rkvY=
github.com/dell/dell-csi-extensions/common v1.4.1/go.mod h1:9iF38iMAOaxaI4nwaHZxDjuMSya9ZY6WLcsiVFuzmiY=
github.com/dell/dell-csi-extensions/common v1.5.0 h1:YOziVlY4gMYP8c6mlMrEmJRciHXEuKApNMSbNEREfe4=
github.com/dell/dell-csi-extensions/common v1.5.0/go.mod h1:i399nWUo/jpNtBFDgEuPN0jPxckEda0hB+P+z4A/R+g=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
Expand Down
2 changes: 1 addition & 1 deletion replication/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dell/dell-csi-extensions/replication
go 1.22

require (
github.com/dell/dell-csi-extensions/common v1.4.1
github.com/dell/dell-csi-extensions/common v1.5.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
Expand Down
4 changes: 2 additions & 2 deletions replication/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/dell/dell-csi-extensions/common v1.4.1 h1:SoMZCfgfF+QmPqNVxDKk37A4SNfvBossRZasgG7rkvY=
github.com/dell/dell-csi-extensions/common v1.4.1/go.mod h1:9iF38iMAOaxaI4nwaHZxDjuMSya9ZY6WLcsiVFuzmiY=
github.com/dell/dell-csi-extensions/common v1.5.0 h1:YOziVlY4gMYP8c6mlMrEmJRciHXEuKApNMSbNEREfe4=
github.com/dell/dell-csi-extensions/common v1.5.0/go.mod h1:i399nWUo/jpNtBFDgEuPN0jPxckEda0hB+P+z4A/R+g=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
Expand Down
2 changes: 1 addition & 1 deletion volumeGroupSnapshot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dell/dell-csi-extensions/volumeGroupSnapshot
go 1.22

require (
github.com/dell/dell-csi-extensions/common v1.4.1
github.com/dell/dell-csi-extensions/common v1.5.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
Expand Down
4 changes: 2 additions & 2 deletions volumeGroupSnapshot/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/dell/dell-csi-extensions/common v1.4.1 h1:SoMZCfgfF+QmPqNVxDKk37A4SNfvBossRZasgG7rkvY=
github.com/dell/dell-csi-extensions/common v1.4.1/go.mod h1:9iF38iMAOaxaI4nwaHZxDjuMSya9ZY6WLcsiVFuzmiY=
github.com/dell/dell-csi-extensions/common v1.5.0 h1:YOziVlY4gMYP8c6mlMrEmJRciHXEuKApNMSbNEREfe4=
github.com/dell/dell-csi-extensions/common v1.5.0/go.mod h1:i399nWUo/jpNtBFDgEuPN0jPxckEda0hB+P+z4A/R+g=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
Expand Down

0 comments on commit 286c2c4

Please sign in to comment.