aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-18 18:03:16 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-18 18:03:16 -0800
commit2442d56671069fba125e9653e039aeae9d0caf89 (patch)
tree89a6ab426a351525e47cbc45fc9638e0e410026e
parent9a4dda30118fa4e076b2ef4ea6abe14ca898a84e (diff)
downloadseaweedfs-2442d56671069fba125e9653e039aeae9d0caf89.tar.xz
seaweedfs-2442d56671069fba125e9653e039aeae9d0caf89.zip
adjust package name
-rw-r--r--weed/filer2/entry_codec.go2
1 files changed, 1 insertions, 1 deletions
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) {