From 165da01de7d506875c0707e1e1f009d2e6fd20fa Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 3 Nov 2023 14:11:09 +0000 Subject: [PATCH] csi-wrapper: update CAA mod to v0.8.0-alpha.1 Update cloud-api-adaptor modules to use the v0.8.0-alpha.1 tag Fixes: #1548 Signed-off-by: stevenhorsman --- volumes/csi-wrapper/go.mod | 2 +- volumes/csi-wrapper/go.sum | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/volumes/csi-wrapper/go.mod b/volumes/csi-wrapper/go.mod index c7890e8f9..09774b53e 100644 --- a/volumes/csi-wrapper/go.mod +++ b/volumes/csi-wrapper/go.mod @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/volumes/csi-wrapper go 1.20 require ( - github.com/confidential-containers/cloud-api-adaptor v0.7.0 + github.com/confidential-containers/cloud-api-adaptor v0.8.0-alpha.1 github.com/container-storage-interface/spec v1.8.0 github.com/containerd/ttrpc v1.1.0 github.com/gofrs/uuid v4.4.0+incompatible diff --git a/volumes/csi-wrapper/go.sum b/volumes/csi-wrapper/go.sum index 61abbcb47..f430a2c45 100644 --- a/volumes/csi-wrapper/go.sum +++ b/volumes/csi-wrapper/go.sum @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/confidential-containers/cloud-api-adaptor v0.7.0 h1:b25nekl7ZRO+61ZEL2YQMtZnLIBIxNzpsqHsg1FULEY= -github.com/confidential-containers/cloud-api-adaptor v0.7.0/go.mod h1:huzOXeTtonxU9LJlT7266sTVsi9n3m4va3MHG8X9jKI= +github.com/confidential-containers/cloud-api-adaptor v0.8.0-alpha.1 h1:s1fDOkKSRN/sVJx/VTIhxVJCK/AFG8R95JVGV0qdsSE= +github.com/confidential-containers/cloud-api-adaptor v0.8.0-alpha.1/go.mod h1:tpHaeetmLLDIIArMHHtBLR4C0v47bVAR5TI1n3x+QaI= github.com/container-storage-interface/spec v1.8.0 h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI= github.com/container-storage-interface/spec v1.8.0/go.mod h1:ROLik+GhPslwwWRNFF1KasPzroNARibH2rfz1rkg4H0= github.com/containerd/ttrpc v1.1.0 h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI= @@ -110,7 +110,7 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=