diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-17 12:05:07 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-17 12:05:07 -0700 |
| commit | eaeb141b09326aa7c4d1d1e7b7f27e119d019f9c (patch) | |
| tree | 30d8115e8df623d300fd34f4d187f965b5dc62c6 /weed/command | |
| parent | e259052a70b72bf193013829b272611a32f12bde (diff) | |
| download | seaweedfs-eaeb141b09326aa7c4d1d1e7b7f27e119d019f9c.tar.xz seaweedfs-eaeb141b09326aa7c4d1d1e7b7f27e119d019f9c.zip | |
move proto package
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer_meta_tail.go | 2 | ||||
| -rw-r--r-- | weed/command/filer_remote_gateway_buckets.go | 2 | ||||
| -rw-r--r-- | weed/command/filer_remote_sync_dir.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/filer_meta_tail.go b/weed/command/filer_meta_tail.go index adacf4978..a433d1b07 100644 --- a/weed/command/filer_meta_tail.go +++ b/weed/command/filer_meta_tail.go @@ -2,8 +2,8 @@ package command import ( "fmt" - "github.com/golang/protobuf/jsonpb" "github.com/seaweedfs/seaweedfs/weed/pb" + "google.golang.org/protobuf/jsonpb" "os" "path/filepath" "strings" diff --git a/weed/command/filer_remote_gateway_buckets.go b/weed/command/filer_remote_gateway_buckets.go index bdba71085..974b3620e 100644 --- a/weed/command/filer_remote_gateway_buckets.go +++ b/weed/command/filer_remote_gateway_buckets.go @@ -2,7 +2,6 @@ package command import ( "fmt" - "github.com/golang/protobuf/proto" "github.com/seaweedfs/seaweedfs/weed/filer" "github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/pb" @@ -12,6 +11,7 @@ import ( "github.com/seaweedfs/seaweedfs/weed/replication/source" "github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants" "github.com/seaweedfs/seaweedfs/weed/util" + "google.golang.org/protobuf/proto" "math" "math/rand" "path/filepath" diff --git a/weed/command/filer_remote_sync_dir.go b/weed/command/filer_remote_sync_dir.go index 14aed2465..283838bb0 100644 --- a/weed/command/filer_remote_sync_dir.go +++ b/weed/command/filer_remote_sync_dir.go @@ -7,7 +7,6 @@ import ( "strings" "time" - "github.com/golang/protobuf/proto" "github.com/seaweedfs/seaweedfs/weed/filer" "github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/pb" @@ -17,6 +16,7 @@ import ( "github.com/seaweedfs/seaweedfs/weed/replication/source" "github.com/seaweedfs/seaweedfs/weed/util" "google.golang.org/grpc" + "google.golang.org/protobuf/proto" ) func followUpdatesAndUploadToRemote(option *RemoteSyncOptions, filerSource *source.FilerSource, mountedDir string) error { |
