File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ require (
96
96
github.com/gogo/protobuf v1.3.2 // indirect
97
97
github.com/golang/glog v1.0.0 // indirect
98
98
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
99
- github.com/golang/protobuf v1.5.2 // indirect
99
+ github.com/golang/protobuf v1.5.3 // indirect
100
100
github.com/golang/snappy v0.0.3 // indirect
101
101
github.com/google/flatbuffers v1.12.1 // indirect
102
102
github.com/google/go-cmp v0.5.6 // indirect
Original file line number Diff line number Diff line change @@ -405,8 +405,9 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
405
405
github.com/golang/protobuf v1.4.2 /go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI =
406
406
github.com/golang/protobuf v1.4.3 /go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI =
407
407
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
408
- github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw =
409
408
github.com/golang/protobuf v1.5.2 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
409
+ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg =
410
+ github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
410
411
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
411
412
github.com/golang/snappy v0.0.1 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
412
413
github.com/golang/snappy v0.0.3 h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA =
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ func (fs *hdfsFileSystem) Rmdir(name string) error {
250
250
log .Tracef ("hdfs rmdir: name[%s]" , name )
251
251
fs .Lock ()
252
252
defer fs .Unlock ()
253
- return fs .client .Remove (fs .GetPath (name ))
253
+ return fs .client .RemoveAll (fs .GetPath (name ))
254
254
}
255
255
256
256
func (fs * hdfsFileSystem ) Unlink (name string ) error {
You can’t perform that action at this time.
0 commit comments