aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_meta_cat.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_fs_meta_cat.go')
-rw-r--r--weed/shell/command_fs_meta_cat.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_fs_meta_cat.go b/weed/shell/command_fs_meta_cat.go
index a4d8dd44c..4f3b3551e 100644
--- a/weed/shell/command_fs_meta_cat.go
+++ b/weed/shell/command_fs_meta_cat.go
@@ -2,9 +2,9 @@ package shell
import (
"fmt"
- "github.com/golang/protobuf/jsonpb"
- "github.com/golang/protobuf/proto"
"golang.org/x/exp/slices"
+ "google.golang.org/protobuf/jsonpb"
+ "google.golang.org/protobuf/proto"
"io"
"github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"