Update go dependencies for the compute image cleaner.
[arvados-dev.git] / compute-image-cleaner / go.mod
index 9330775e55f9cd45cd17a4e1dbac0b97072d08ab..5b8bc1de43ffcae140275123b982d5b8012f679a 100644 (file)
@@ -3,22 +3,19 @@ module github.com/arvados/arvados-dev/compute-image-cleaner
 go 1.14
 
 require (
-       code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
-       github.com/Azure/azure-pipeline-go v0.1.9
-       github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
-       github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc
-       github.com/Azure/go-autorest/autorest v0.10.1
-       github.com/Azure/go-autorest/autorest/adal v0.8.2
-       github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
-       github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
-       github.com/davecgh/go-spew v1.1.1 // indirect
-       github.com/golang/protobuf v1.3.1 // indirect
-       github.com/kr/pretty v0.1.0 // indirect
-       github.com/onsi/ginkgo v1.12.0 // indirect
-       github.com/onsi/gomega v1.9.0 // indirect
-       github.com/pkg/errors v0.8.1 // indirect
-       github.com/stretchr/testify v1.5.1 // indirect
-       golang.org/x/net v0.0.0-20190520210107-018c4d40a106 // indirect
-       golang.org/x/text v0.3.2 // indirect
-       gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+       code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
+       github.com/Azure/azure-pipeline-go v0.2.3
+       github.com/Azure/azure-sdk-for-go v59.2.0+incompatible
+       github.com/Azure/azure-storage-blob-go v0.14.0
+       github.com/Azure/go-autorest/autorest v0.11.22
+       github.com/Azure/go-autorest/autorest/adal v0.9.17
+       github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
+       github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
+       github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
+       github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
+       github.com/google/uuid v1.3.0 // indirect
+       golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
+       golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
+       golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
+       golang.org/x/text v0.3.7 // indirect
 )