2018-08-19 10:54:27 +00:00
|
|
|
module github.com/restic/restic
|
|
|
|
|
|
|
|
require (
|
2020-09-19 08:44:04 +00:00
|
|
|
bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512
|
2020-10-03 09:03:41 +00:00
|
|
|
cloud.google.com/go/storage v1.12.0
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v46.1.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.6 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
2020-09-19 19:02:52 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.2
|
2020-10-05 13:38:39 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2020-10-05 10:55:27 +00:00
|
|
|
github.com/dchest/siphash v1.2.2
|
2019-01-27 20:07:57 +00:00
|
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
2018-08-19 10:54:27 +00:00
|
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
2020-10-24 09:35:57 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.4
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/google/go-cmp v0.5.2
|
2020-09-19 19:57:02 +00:00
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2018-08-19 10:54:27 +00:00
|
|
|
github.com/juju/ratelimit v1.0.1
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2019-01-27 20:07:57 +00:00
|
|
|
github.com/kurin/blazer v0.5.3
|
2020-09-19 19:57:02 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.5
|
2020-03-19 10:27:19 +00:00
|
|
|
github.com/minio/sha256-simd v0.1.1
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/ncw/swift v1.0.52
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/pkg/profile v1.5.0
|
|
|
|
github.com/pkg/sftp v1.12.0
|
2020-11-08 08:31:35 +00:00
|
|
|
github.com/pkg/xattr v0.4.2
|
2020-07-20 19:20:57 +00:00
|
|
|
github.com/restic/chunker v0.4.0
|
2018-08-19 10:54:27 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-10-03 15:45:53 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2020-09-19 08:44:04 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-11-08 08:31:35 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
|
2020-11-02 11:06:21 +00:00
|
|
|
golang.org/x/text v0.3.4
|
2020-09-19 08:44:04 +00:00
|
|
|
google.golang.org/api v0.32.0
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
|
|
gopkg.in/ini.v1 v1.61.0 // indirect
|
2018-08-19 10:54:27 +00:00
|
|
|
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
|
2020-09-19 08:44:04 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2018-08-19 10:54:27 +00:00
|
|
|
)
|
2019-11-20 19:53:57 +00:00
|
|
|
|
|
|
|
go 1.13
|