From 3d3d7010b01d35386fe95e5278de20f9b9a4a886 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Oct 2024 14:51:31 +0000 Subject: [PATCH] update gomod --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 689ec97..f798223 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 2850c26..5d15dd2 100644 --- a/go.sum +++ b/go.sum @@ -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=