From ccda91cac04e0cc6a59d896bf1fffb2b468897c1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 12 Jan 2026 10:49:27 -0800 Subject: [PATCH] storage: upgrade protobuf API in store_state.go --- weed/storage/store_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/storage/store_state.go b/weed/storage/store_state.go index 39c2bfba8..3959d4109 100644 --- a/weed/storage/store_state.go +++ b/weed/storage/store_state.go @@ -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 (