Fix go.mod confusion.
[arvados-dev.git] / compute-image-cleaner / go.mod
diff --git a/compute-image-cleaner/go.mod b/compute-image-cleaner/go.mod
deleted file mode 100644 (file)
index 5b8bc1d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-module github.com/arvados/arvados-dev/compute-image-cleaner
-
-go 1.14
-
-require (
-       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
-)