Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update client libraries #90

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/cheggaaa/pb/v3 v3.1.5
github.com/dell/csi-volumegroup-snapshotter v1.6.0
github.com/dell/csi-volumegroup-snapshotter v1.7.0
github.com/dell/csm-replication v1.9.0
github.com/fatih/color v1.17.0
github.com/gofrs/flock v0.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dell/csi-volumegroup-snapshotter v1.6.0 h1:QxdhVbptOybuAtzvEzCgGp+9bInrSGaAWbZTfcG02Yw=
github.com/dell/csi-volumegroup-snapshotter v1.6.0/go.mod h1:WAcSi0ruHLZ6NtESVbpnebhK1fkruFCvccFYgCXsrHI=
github.com/dell/csi-volumegroup-snapshotter v1.7.0 h1:VASQ4NnrW7zNwZSfQsMfrQ7C+8IqF4TY65D5dyG5nVo=
github.com/dell/csi-volumegroup-snapshotter v1.7.0/go.mod h1:MUKP9tg9JKhl9AhdyPq7So8rAnWQgB+nXpytySi5Ekk=
github.com/dell/csm-replication v1.9.0 h1:usB1skevSqlDHiStCrVUpE5D1IPddGmkaUXSABkFrpc=
github.com/dell/csm-replication v1.9.0/go.mod h1:d5UUC2CEAt0EkY8h5PbhXfDkF+Igg+sWeJLvgKBbhzc=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down