diff options
Diffstat (limited to 'weed/command/filer_cat.go')
| -rw-r--r-- | weed/command/filer_cat.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/weed/command/filer_cat.go b/weed/command/filer_cat.go index 136440109..7f2ac12d6 100644 --- a/weed/command/filer_cat.go +++ b/weed/command/filer_cat.go @@ -3,14 +3,15 @@ package command import ( "context" "fmt" + "net/url" + "os" + "strings" + "github.com/seaweedfs/seaweedfs/weed/filer" "github.com/seaweedfs/seaweedfs/weed/pb" "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb" "github.com/seaweedfs/seaweedfs/weed/wdclient" "google.golang.org/grpc" - "net/url" - "os" - "strings" "github.com/seaweedfs/seaweedfs/weed/security" "github.com/seaweedfs/seaweedfs/weed/util" |
