mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 17:45:03 +09:00
Change gogo/protobuf to anyproto/protobuf
This commit is contained in:
parent
491fe04d5c
commit
012a7ee5f0
62 changed files with 82 additions and 76 deletions
|
@ -5,7 +5,7 @@ package identityrepoproto
|
|||
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
proto "github.com/anyproto/protobuf/proto"
|
||||
io "io"
|
||||
math "math"
|
||||
math_bits "math/bits"
|
||||
|
|
|
@ -8,8 +8,8 @@ import (
|
|||
bytes "bytes"
|
||||
context "context"
|
||||
errors "errors"
|
||||
jsonpb "github.com/gogo/protobuf/jsonpb"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
jsonpb "github.com/anyproto/protobuf/jsonpb"
|
||||
proto "github.com/anyproto/protobuf/proto"
|
||||
drpc "storj.io/drpc"
|
||||
drpcerr "storj.io/drpc/drpcerr"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue