storage: upgrade protobuf API in store_state.go

This commit is contained in:
Chris Lu
2026-01-12 10:49:27 -08:00
parent 8bcf08aecf
commit ccda91cac0
+1 -1
View File
@@ -5,10 +5,10 @@ import (
"os"
"path/filepath"
"github.com/golang/protobuf/proto"
"github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
"github.com/seaweedfs/seaweedfs/weed/util"
"google.golang.org/protobuf/proto"
)
const (