forked from WasabiAiR/stow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 990 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
25
26
27
28
29
module github.com/graymeta/stow
go 1.17
require (
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.27
github.com/aws/aws-sdk-go v1.23.4
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
github.com/hashicorp/go-multierror v1.0.0
github.com/ncw/swift v1.0.49
github.com/pkg/errors v0.8.1
github.com/pkg/sftp v1.10.0
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.8.0
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20190520213052-702d4e7eb465
)
require (
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/dnaeon/go-vcr v1.2.0 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9 // indirect
)