From 2442d56671069fba125e9653e039aeae9d0caf89 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 18 Feb 2019 18:03:16 -0800 Subject: [PATCH] adjust package name --- weed/filer2/entry_codec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/filer2/entry_codec.go b/weed/filer2/entry_codec.go index e50b3fa9a..cf4627b74 100644 --- a/weed/filer2/entry_codec.go +++ b/weed/filer2/entry_codec.go @@ -6,7 +6,7 @@ import ( "fmt" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" ) func (entry *Entry) EncodeAttributesAndChunks() ([]byte, error) {