5b8bc1de43ffcae140275123b982d5b8012f679a
[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-20211005130812-5bb3c17173e5
7         github.com/Azure/azure-pipeline-go v0.2.3
8         github.com/Azure/azure-sdk-for-go v59.2.0+incompatible
9         github.com/Azure/azure-storage-blob-go v0.14.0
10         github.com/Azure/go-autorest/autorest v0.11.22
11         github.com/Azure/go-autorest/autorest/adal v0.9.17
12         github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
13         github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
14         github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
15         github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
16         github.com/google/uuid v1.3.0 // indirect
17         golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
18         golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
19         golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
20         golang.org/x/text v0.3.7 // indirect
21 )