Merge branch '21521-aptly-flock'
[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 9330775..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-)