aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell')
-rw-r--r--weed/shell/command_volume_list_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go
index 5da9ca49a..79c980508 100644
--- a/weed/shell/command_volume_list_test.go
+++ b/weed/shell/command_volume_list_test.go
@@ -4,7 +4,8 @@ import (
_ "embed"
"github.com/seaweedfs/seaweedfs/weed/storage/types"
"github.com/stretchr/testify/assert"
- "google.golang.org/protobuf/proto"
+ //"google.golang.org/protobuf/proto"
+ "github.com/golang/protobuf/proto"
"strconv"
"strings"
"testing"