aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod65
1 files changed, 38 insertions, 27 deletions
diff --git a/go.mod b/go.mod
index 7e7441e..755a508 100644
--- a/go.mod
+++ b/go.mod
@@ -3,66 +3,77 @@ module github.com/seaweedfs/seaweedfs-csi-driver
go 1.14
require (
- cloud.google.com/go v0.68.0 // indirect
cloud.google.com/go/pubsub v1.8.1 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
+ github.com/Azure/azure-amqp-common-go/v2 v2.1.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.10.0 // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Shopify/sarama v1.27.1 // indirect
- github.com/aws/aws-sdk-go v1.35.7 // indirect
- github.com/chrislusf/seaweedfs v0.0.0-20210312083638-7d57664c2d80
- github.com/container-storage-interface/spec v1.2.0
+ github.com/andybalholm/brotli v1.0.3 // indirect
+ github.com/aws/aws-sdk-go v1.38.69 // indirect
+ github.com/chrislusf/seaweedfs v0.0.0-20210629054649-24e11d1e90c2
+ github.com/container-storage-interface/spec v1.5.0
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
- github.com/coreos/go-systemd/v22 v22.1.0 // indirect
+ github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
+ github.com/go-errors/errors v1.4.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/gocql/gocql v0.0.0-20200926162733-393f0c961220 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
- github.com/golang/snappy v0.0.2 // indirect
+ github.com/google/go-cmp v0.5.6 // indirect
+ github.com/google/gofuzz v1.2.0 // indirect
+ github.com/google/uuid v1.2.0 // indirect
+ github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
+ github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
- github.com/klauspost/compress v1.11.1 // indirect
+ github.com/karlseguin/ccache v2.0.3+incompatible // indirect
+ github.com/klauspost/compress v1.13.1 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/klauspost/reedsolomon v1.9.9 // indirect
- github.com/magiconair/properties v1.8.4 // indirect
+ github.com/lunixbochs/vtclean v1.0.0 // indirect
+ github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-ps v1.0.0
- github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
github.com/olivere/elastic/v7 v7.0.20 // indirect
- github.com/pelletier/go-toml v1.8.1 // indirect
github.com/peterh/liner v1.2.0 // indirect
- github.com/prometheus/common v0.14.0 // indirect
- github.com/prometheus/procfs v0.2.0 // indirect
- github.com/spf13/afero v1.4.1 // indirect
+ github.com/prometheus/common v0.29.0 // indirect
+ github.com/rakyll/statik v0.1.7 // indirect
github.com/spf13/cast v1.3.1 // indirect
- github.com/spf13/viper v1.7.1 // indirect
+ github.com/spf13/viper v1.8.1 // indirect
github.com/streadway/amqp v1.0.0 // indirect
github.com/tidwall/gjson v1.6.1 // indirect
+ github.com/valyala/fasthttp v1.27.0 // indirect
+ github.com/viant/toolbox v0.34.4 // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/etcd v3.3.25+incompatible // indirect
go.mongodb.org/mongo-driver v1.4.2 // indirect
- go.opencensus.io v0.22.5 // indirect
go.uber.org/multierr v1.6.0 // indirect
- go.uber.org/zap v1.16.0 // indirect
gocloud.dev/pubsub/natspubsub v0.20.0 // indirect
gocloud.dev/pubsub/rabbitpubsub v0.20.0 // indirect
- golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
- golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
- golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
- golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520 // indirect
- golang.org/x/tools v0.0.0-20201012192620-5bd05386311b // indirect
- google.golang.org/genproto v0.0.0-20201012135029-0c95dc0d88e8 // indirect
- google.golang.org/grpc v1.33.0
+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
+ golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
+ golang.org/x/net v0.0.0-20210614182718-04defd469f4e
+ golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
+ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
+ golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
+ golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
+ google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
+ google.golang.org/grpc v1.38.0
+ google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
- k8s.io/apimachinery v0.18.2 // indirect
- k8s.io/client-go v0.17.1
+ gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
+ k8s.io/client-go v0.21.2
k8s.io/klog v1.0.0
- k8s.io/utils v0.0.0-20200318093247-d1ab8797c558
+ k8s.io/klog/v2 v2.9.0 // indirect
+ k8s.io/utils v0.0.0-20210629042839-4a2b36d8d73f
+ sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
+ sigs.k8s.io/structured-merge-diff/v3 v3.0.1 // indirect
+ sigs.k8s.io/structured-merge-diff/v4 v4.1.1 // indirect
)
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547