restic/go.mod

52 lines
2.2 KiB
Modula-2
Raw Normal View History

module github.com/restic/restic
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
2019-04-24 12:32:52 +02:00
cloud.google.com/go v0.37.4 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect
github.com/Azure/azure-sdk-for-go v27.3.0+incompatible
github.com/Azure/go-autorest v12.0.0+incompatible // indirect
2019-01-27 21:07:57 +01:00
github.com/cenkalti/backoff v2.1.1+incompatible
2019-04-24 12:32:52 +02:00
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2019-01-27 21:07:57 +01:00
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/elithrar/simple-scrypt v1.3.0
2019-04-24 12:32:52 +02:00
github.com/go-ini/ini v1.42.0 // indirect
github.com/google/go-cmp v0.2.0
2019-04-24 12:32:52 +02:00
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/juju/ratelimit v1.0.1
github.com/kr/fs v0.1.0 // indirect
2019-01-27 21:07:57 +01:00
github.com/kurin/blazer v0.5.3
github.com/marstr/guid v1.1.0 // indirect
2019-03-17 12:13:53 +01:00
github.com/mattn/go-isatty v0.0.7
2019-01-27 21:07:57 +01:00
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
2019-04-24 12:32:52 +02:00
github.com/ncw/swift v1.0.47
2019-01-27 21:07:57 +01:00
github.com/pkg/errors v0.8.1
2019-04-24 12:32:52 +02:00
github.com/pkg/profile v1.3.0
2019-01-27 21:07:57 +01:00
github.com/pkg/sftp v1.10.0
2019-04-24 12:32:52 +02:00
github.com/pkg/xattr v0.4.1
github.com/restic/chunker v0.2.0
github.com/satori/go.uuid v1.2.0 // indirect
2019-04-24 12:32:52 +02:00
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spf13/cobra v0.0.3
2019-01-27 21:07:57 +01:00
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0 // indirect
2019-04-24 12:32:52 +02:00
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd
golang.org/x/net v0.0.0-20190424024845-afe8014c977f
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
2019-01-27 21:07:57 +01:00
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
2019-04-24 12:32:52 +02:00
google.golang.org/api v0.3.2
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7 // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
2019-04-24 12:32:52 +02:00
gopkg.in/yaml.v2 v2.2.2 // indirect
)