1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Change gogo/protobuf to anyproto/protobuf

This commit is contained in:
mcrakhman 2024-08-02 11:14:12 +02:00
parent 491fe04d5c
commit 012a7ee5f0
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
62 changed files with 82 additions and 76 deletions

View file

@ -2,7 +2,7 @@
package spacesyncproto
import (
"github.com/gogo/protobuf/proto"
"github.com/anyproto/protobuf/proto"
"storj.io/drpc"
)