forked from Tinsane/storages
-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
24 lines (22 loc) · 860 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/wal-g/storages
go 1.13
require (
cloud.google.com/go v0.60.0 // indirect
cloud.google.com/go/storage v1.8.0
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/go-autorest/autorest v0.11.17
github.com/Azure/go-autorest/autorest/adal v0.9.10 // indirect
github.com/aws/aws-sdk-go v1.34.3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect
github.com/ncw/swift v1.0.49
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.5.1
github.com/wal-g/tracelog v0.0.0-20190824100002-0ab2b054ff30
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
google.golang.org/api v0.28.0
gopkg.in/yaml.v2 v2.2.7 // indirect
)