forked from WasabiAiR/stow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 919 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
module github.com/graymeta/stow
require (
github.com/Azure/azure-sdk-for-go v32.5.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/aws/aws-sdk-go v1.23.4
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/kr/fs v0.1.0 // indirect
github.com/ncw/swift v1.0.49
github.com/pkg/errors v0.8.1
github.com/pkg/sftp v1.10.0
github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.8.0
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20190520213052-702d4e7eb465
)