Add a script to clean up old compute node images on Azure.
[arvados-dev.git] / compute-image-cleaner / go.mod
1 module github.com/arvados/arvados-dev/compute-image-cleaner
2
3 go 1.14
4
5 require (
6         code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
7         github.com/Azure/azure-pipeline-go v0.1.9
8         github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
9         github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc
10         github.com/Azure/go-autorest/autorest v0.10.1
11         github.com/Azure/go-autorest/autorest/adal v0.8.2
12         github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
13         github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
14         github.com/davecgh/go-spew v1.1.1 // indirect
15         github.com/golang/protobuf v1.3.1 // indirect
16         github.com/kr/pretty v0.1.0 // indirect
17         github.com/onsi/ginkgo v1.12.0 // indirect
18         github.com/onsi/gomega v1.9.0 // indirect
19         github.com/pkg/errors v0.8.1 // indirect
20         github.com/stretchr/testify v1.5.1 // indirect
21         golang.org/x/net v0.0.0-20190520210107-018c4d40a106 // indirect
22         golang.org/x/text v0.3.2 // indirect
23         gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
24 )