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