diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-14 09:52:51 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-14 09:52:51 -0700 |
| commit | 0444a426218a8fcb529577c7687c547336fba211 (patch) | |
| tree | de3e5e0b3a3963775f9c2b3812ee8517359068a5 /go.mod | |
| parent | cb6fb0e30a70d64245025e893ba19992b915448d (diff) | |
| download | seaweedfs-csi-driver-0444a426218a8fcb529577c7687c547336fba211.tar.xz seaweedfs-csi-driver-0444a426218a8fcb529577c7687c547336fba211.zip | |
go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,7 +3,6 @@ module github.com/seaweedfs/seaweedfs-csi-driver go 1.17 require ( - github.com/aws/aws-sdk-go v1.38.69 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.1.1 // indirect github.com/chrislusf/seaweedfs v0.0.0-20210914051334-119d5908dd52 @@ -18,10 +17,8 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-cmp v0.5.6 // indirect github.com/google/gofuzz v1.2.0 // indirect - github.com/google/uuid v1.3.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect - github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/json-iterator/go v1.1.11 // indirect github.com/magiconair/properties v1.8.5 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect @@ -69,5 +66,3 @@ require ( sigs.k8s.io/structured-merge-diff/v4 v4.1.1 // indirect sigs.k8s.io/yaml v1.2.0 // indirect ) - -replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 |
