mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-30 04:05:36 +02:00
Scaffold Azure storage backend that does nothing yet
This commit is contained in:
3
go.mod
3
go.mod
@@ -19,6 +19,9 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1 // indirect
|
||||
github.com/Microsoft/go-winio v0.5.2 // indirect
|
||||
github.com/containerd/containerd v1.6.6 // indirect
|
||||
github.com/docker/distribution v2.7.1+incompatible // indirect
|
||||
|
||||
Reference in New Issue
Block a user