diff options
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 |
