2 Star 0 Fork 0

mirrors_android_source/linux-x86

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan Willemsen 提交于 2021-07-30 11:31 +08:00 . Fix go.mod with golang-protobuf upgrade
module android/soong/clangprebuilts
require google.golang.org/protobuf v0.0.0
require github.com/google/blueprint v0.0.0
require android/soong v0.0.0
replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf
replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint
replace android/soong v0.0.0 => ../../../../build/soong
// Indirect deps from golang-protobuf
exclude github.com/golang/protobuf v1.5.0
replace github.com/google/go-cmp v0.5.5 => ../../../../external/go-cmp
// Indirect dep from go-cmp
exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go 1.16
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/linux-x86.git
git@gitee.com:mirrors_android_source/linux-x86.git
mirrors_android_source
linux-x86
linux-x86
main

搜索帮助