aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_notify_test.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-08-17 12:05:07 -0700
committerchrislu <chris.lu@gmail.com>2022-08-17 12:05:07 -0700
commiteaeb141b09326aa7c4d1d1e7b7f27e119d019f9c (patch)
tree30d8115e8df623d300fd34f4d187f965b5dc62c6 /weed/filer/filer_notify_test.go
parente259052a70b72bf193013829b272611a32f12bde (diff)
downloadseaweedfs-eaeb141b09326aa7c4d1d1e7b7f27e119d019f9c.tar.xz
seaweedfs-eaeb141b09326aa7c4d1d1e7b7f27e119d019f9c.zip
move proto package
Diffstat (limited to 'weed/filer/filer_notify_test.go')
-rw-r--r--weed/filer/filer_notify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filer_notify_test.go b/weed/filer/filer_notify_test.go
index 4d2983d00..cf11a4bc0 100644
--- a/weed/filer/filer_notify_test.go
+++ b/weed/filer/filer_notify_test.go
@@ -7,7 +7,7 @@ import (
"github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
"github.com/seaweedfs/seaweedfs/weed/util"
- "github.com/golang/protobuf/proto"
+ "google.golang.org/protobuf/proto"
)
func TestProtoMarshalText(t *testing.T) {