diff --git a/projects/kubernetes-csi/external-snapshotter/1-21/go.mod b/projects/kubernetes-csi/external-snapshotter/1-21/go.mod index a2fbf31069..57a14804ab 100644 --- a/projects/kubernetes-csi/external-snapshotter/1-21/go.mod +++ b/projects/kubernetes-csi/external-snapshotter/1-21/go.mod @@ -12,7 +12,7 @@ require ( github.com/kubernetes-csi/csi-lib-utils v0.10.0 github.com/kubernetes-csi/csi-test/v4 v4.0.2 github.com/kubernetes-csi/external-snapshotter/client/v4 v4.1.0 - github.com/prometheus/client_golang v1.11.0 + github.com/prometheus/client_golang v1.11.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.26.0 github.com/spf13/cobra v1.1.3 diff --git a/projects/kubernetes-csi/external-snapshotter/1-21/go.sum b/projects/kubernetes-csi/external-snapshotter/1-21/go.sum index 0485859a80..abd6fbdd75 100644 --- a/projects/kubernetes-csi/external-snapshotter/1-21/go.sum +++ b/projects/kubernetes-csi/external-snapshotter/1-21/go.sum @@ -512,6 +512,8 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s= +github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=