6 Star 27 Fork 1

china_uni/tjfoc-gm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
QFA.txt 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
user_1018163 提交于 2020-12-10 09:59 . up
1
go.mod github.com/golang/protobuf v1.4.2 依赖google.golang.org/protobuf
导致下游编译失败问题
修改
go.mod github.com/golang/protobuf v1.3.3
liuhy@liuhy:~/work/src/github.com/hyperledger/tjfoc-gm$ grep -nr "google.golang.org/protobuf" ./
Binary file ./.git/index matches
./vendor/modules.txt:80:# google.golang.org/protobuf v1.23.0
./vendor/modules.txt:81:google.golang.org/protobuf/encoding/prototext
./vendor/modules.txt:82:google.golang.org/protobuf/encoding/protowire
./vendor/modules.txt:83:google.golang.org/protobuf/internal/descfmt
./vendor/modules.txt:84:google.golang.org/protobuf/internal/descopts
./vendor/modules.txt:85:google.golang.org/protobuf/internal/detrand
./vendor/modules.txt:86:google.golang.org/protobuf/internal/encoding/defval
./vendor/modules.txt:87:google.golang.org/protobuf/internal/encoding/messageset
./vendor/modules.txt:88:google.golang.org/protobuf/internal/encoding/tag
./vendor/modules.txt:89:google.golang.org/protobuf/internal/encoding/text
./vendor/modules.txt:90:google.golang.org/protobuf/internal/errors
./vendor/modules.txt:91:google.golang.org/protobuf/internal/fieldnum
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/china_uni/tjfoc-gm.git
[email protected]:china_uni/tjfoc-gm.git
china_uni
tjfoc-gm
tjfoc-gm
fabric.2.x

搜索帮助