v1.2.7
This commit is contained in:
parent
f198a1a4ad
commit
bfa06f99c5
41
ReadMe.md
Normal file
41
ReadMe.md
Normal file
@ -0,0 +1,41 @@
|
||||
Luban SDK仓库是一个针对ArtInChip平台优化的编译框架,基于Buildroot的优秀架构并在此基础上进行了必要的重组和改进。它具有简化的芯片架构和平台、精简的软件包、优化的系统配置、改进的源码管理、预编译二进制包的支持、源码改动自动检测机制以及灵活的文件系统镜像制作功能。Luban SDK的设计注重模块化、自动化、性能、用户友好性和定制化,旨在为用户提供一个高效、易用且功能丰富的编译环境。
|
||||
|
||||
通过这个仓库,匠芯创科技期望与全球开发者共同打造一个功能丰富、易于使用的嵌入式开发生态,推动技术的创新与发展。
|
||||
|
||||
# 架构与设计介绍
|
||||
Luban SDK遵循模块化和分层的设计原则,整体架构分为驱动层、中间件层、应用层三个层次:
|
||||
|
||||
- 驱动层: 提供对底层硬件的直接操作,包括GPIO、UART、SPI、I2C等硬件驱动。
|
||||
- 中间件层: 包含各种通信协议栈、文件系统、加密算法等独立于硬件的中间件模块。
|
||||
- 应用层: 提供具体应用场景下的示例代码和API接口,方便开发者快速实现定制化功能。
|
||||
|
||||
# 功能与特性
|
||||
- 精简架构和平台支持:Luban SDK删除了与ArtInChip无关的芯片架构和平台,只保留了必要的架构,简化了配置过程。
|
||||
- 优化软件包管理:仅保留对ArtInChip平台有用的必要软件包,去除了与业务无关的软件包,从而提高编译速度并专注于满足ArtInChip的应用需求。
|
||||
- 系统配置优化:对系统配置进行了精简和优化,仅保留对ArtInChip平台有用的设置,使使用更为简单。
|
||||
- 源码和编译结果分离:改进了源码管理方式,将源码和编译生成的结果分离,以符合开发习惯。
|
||||
- 预编译二进制包的支持:引入预编译的二进制包来替代常用的开源软件包,减少了SDK编译时间。
|
||||
- 自动化源码改动检测:增加了源码改动自动检测机制,在执行make all时自动检测任意包的改动,并自动执行相应的重建操作,无需手动干预。
|
||||
- 灵活的文件系统镜像制作:提供了方便的功能支持,用于制作各种定制化的文件系统镜像。
|
||||
|
||||
综上所述,Luban SDK通过精简和优化配置、管理源码、支持预编译包、自动检测源码改动以及提供灵活的文件系统镜像制作功能,旨在简化开发流程,提高编译效率,并更好地满足ArtInChip平台的特定需求。
|
||||
|
||||
# 使用前提条件
|
||||
- 开发环境: 开发者需要具备基本的嵌入式开发环境,包括编译器、IDE等。
|
||||
- 硬件平台: 根据目标项目需求,选择合适的MCU或SoC开发板。
|
||||
- 基础知识: 熟悉C/C++编程语言,了解基础的硬件接口和嵌入式系统开发。
|
||||
|
||||
# 授权与使用条件
|
||||
Luban SDK为开源项目,遵循相关开源协议,授权任何个人和组织使用、复制、修改、合并和分发。但在对SDK进行修改和衍生时,必须保留原作者的版权信息,并在衍生作品中声明更改的部分及原作者信息。
|
||||
|
||||
# 文档和资源
|
||||
本仓库不仅提供了Luban SDK 的安装和配置指南,还包含了丰富的示例代码、开发教程和API参考文档,帮助开发者快速上手并充分利用SDK的功能。
|
||||
|
||||
Luban SDK 的文档仓库请参考D21x的文档:https://gitee.com/artinchip/d211-doc.git,是广东匠芯创科技有限公司对技术透明性和开放性承诺的体现,旨在为全球的开发者和工程师提供一个可靠的资源中心,以支持他们在各种硬件平台上的创新和产品开发。
|
||||
|
||||
# 参与与贡献
|
||||
匠芯创科技鼓励开发者积极参与项目,贡献代码或提供改进建议。请咨询仓库管理员,了解具体的贡献流程和要求。
|
||||
|
||||
|
||||
|
||||
|
||||
113
ReleaseNote.md
113
ReleaseNote.md
@ -1,3 +1,72 @@
|
||||
# V1.2.5 #
|
||||
|
||||
## 新增##
|
||||
- LVGL:新增支持V9.0版本,并适配了AicUIBuilder
|
||||
- 调屏:支持和 AiPQ V1.1.1 工具配合使用
|
||||
- SPI NAND:支持双Device ID的外设
|
||||
- SPI ENC:支持NAND介质的烧写和启动
|
||||
- Secuity:支持固件加密
|
||||
- PBP:支持关闭PBP启动时的log
|
||||
- aicupg:支持通过USB/UART获取设备侧的运行log;支持用命令进入U-Boot 升级模式
|
||||
- PM:支持休眠时进入DDR自刷新
|
||||
- DVP:支持外接AHD的视频采集方案;test-dvp支持旋转再显示
|
||||
- 新增驱动:EPWM、CAP、TP2825
|
||||
- 新增SPI NAND:F35SQB004G、GD5F1GM7xUExxG、ZB35Q04A
|
||||
- 新增第三方包:fscrypt、host-go、libcurl
|
||||
- 新增示例:test-spi
|
||||
- 新增工具支持:内核的size分析、CPU perf分析、烤机测试
|
||||
- MPP:支持AVI、MKV文件格式,支持RTSP流媒体协议
|
||||
- Qt:支持H264视频播放
|
||||
- 烧写:SD卡烧写界面增加进度条显示
|
||||
- GMAC:增加自测功能、增加Tx数据统计信息
|
||||
- OneStep:新增list_module命令,可查看当前已经打开的模块清单
|
||||
- 新增器件支持:
|
||||
- WiFi:AIC8800
|
||||
- NAND:GD5F1GM7UEYIG
|
||||
- 新增第三方包:libtirpc(Busybox的NFS依赖)
|
||||
|
||||
##优化##
|
||||
- LVGL:支持旋转、透明色的硬件加速;当没有FB设备时正常退出;整体性能优化
|
||||
- Audio:优化关闭功放时的噪声处理;减少处理延迟
|
||||
- DE:LVDS的双link可以单独配置参数
|
||||
- GMAC:优化数据传输通路,性能有大幅提升
|
||||
- OTA:优化兼容性和稳定性;支持eMMC介质
|
||||
- DDR:优化DDR参数提升稳定性和兼容性;优化内存拷贝性能
|
||||
- SPI:优化DMA传输的结束状态判断
|
||||
- I2C:优化传输信号的延迟配置
|
||||
- MPP:优化H264解码器的容错处理
|
||||
- USB:优化mismatch的处理流程
|
||||
- Tsensor:优化温度的校准精度
|
||||
- DE:优化Scaler的算法系数
|
||||
- i优化.ko动态加载的速度
|
||||
- MPP:优化VE解码时的容错处理
|
||||
- SD卡:优化自动挂载的处理逻辑
|
||||
- NOR方案:优化demo88 NOR的内存配置
|
||||
- U-Boot:优化串口putc的异常处理逻辑
|
||||
- OneStep:在Luban和Luban-Lite SDK环境来回切换时,先清理之前的OneStep命令
|
||||
|
||||
##修改##
|
||||
- RTC:修改LDO11为0.9V(稳定性更好)
|
||||
- Qt:默认打开keyboard/mouse/qtjpeg/qtpng/qtfreetype,同步更新prebuilt包
|
||||
- 工具链:升级版本到V2.10.1,解决个别.ko加载时的链接报错问题
|
||||
- SPIENC:修正坏块的处理逻辑
|
||||
- test-dvp:修改默认格式为NV16
|
||||
- source/artinchip中的代码统一使用Apache-2.0协议
|
||||
- OTA:多个方案的recovery分区大小需调大,解决烧写失败问题
|
||||
- OneStep:修正list_module功能的运行环境,使用SDK自带的Python3环境
|
||||
- LVGL:修正部分情况下的stride参数配置
|
||||
- demo88 NOR:修改rootfs分区格式为squashfs,解决烧写后不能启动的问题
|
||||
- MPP:完善MKV解析的配置项
|
||||
- Qt launcher:删除prebuilt包,每次编译采用源码编译
|
||||
- UART:Rx的IO增加上拉属性
|
||||
- SPL:修正userid开启后出现的一次画面闪烁问题
|
||||
- GMAC:修正组播时的地址过滤;修正IEEE1588的参数配置
|
||||
- TSensor:修正高低温告警的阈值计算
|
||||
- toolchain:删除过时的工具链包:
|
||||
- riscv64-linux-x86_64-20210512.tar.gz
|
||||
- riscv64-linux-glibc-x86_64-V2.10.0.tar.gz
|
||||
- test_adc:改从sysfs节点获取slope、offset参数
|
||||
|
||||
# V1.2.3 #
|
||||
|
||||
##新增##
|
||||
@ -34,50 +103,6 @@
|
||||
- test_gpio增加output的配置功能
|
||||
|
||||
|
||||
# V1.2.2 #
|
||||
|
||||
## 新增 ##
|
||||
- Display:支持在线调屏
|
||||
- MPP:支持mp4封装格式
|
||||
- U-Boot:支持MIPI驱动;支持xz压缩格式;支持DDR Size自适应处理
|
||||
- FS:用户态支持jffs2、squashfs
|
||||
- 提供独立编译 linux/uboot/dtb 的示例脚本
|
||||
- 新增器件支持:
|
||||
|
||||
- NAND:BYTe BY5F1GQ5UAYIG
|
||||
- NOR:gd25q256
|
||||
- panel:sw070wv20
|
||||
- 新增第三方包:sqlite、cJSON、freetype、libkcapi-1.4、pulseaudio、libsamplerate、预编译4个常用的Benchmark、
|
||||
- 新增方案:demo88 NOR
|
||||
- OneStep新增命令:del_board
|
||||
|
||||
## 优化 ##
|
||||
- USB:支持OTG的动态切换
|
||||
- PBP:支持Boot pin功能
|
||||
|
||||
## 修改 ##
|
||||
- SPL:提升size限制为128KB
|
||||
- AWTK:修正若干Bug,并进行多处优化
|
||||
- LVGL:重构目录结构,支持freetype字体
|
||||
- Falcon:修正SD卡启动时的处理流程
|
||||
- 编译:NAND方案默认不再生成4K block版本的镜像;打包原始DTS文件
|
||||
- SPINAND分区 Image 大小默认从image_cfg.json 中获取,
|
||||
- 测试示例规范命名格式为:test_*
|
||||
|
||||
|
||||
# V1.2.1 #
|
||||
|
||||
## 新增 ##
|
||||
- 新增AWTK的支持
|
||||
- 新增几款mipi屏的支持
|
||||
- 新增test-blkdev
|
||||
- 新增 .gitignore
|
||||
## 优化 ##
|
||||
- SPL容量策略
|
||||
- GStreamer 播放格式添加
|
||||
## 修改 ##
|
||||
- OneStep 工具移植到tools目录
|
||||
|
||||
# V1.2.0 #
|
||||
|
||||
## 新增 ##
|
||||
|
||||
@ -1 +1 @@
|
||||
65904a5a56db6930a3c989e1e95156e6ccca4c00
|
||||
1eb35886539ebac18e93b417dbfe60217e8faf55
|
||||
|
||||
BIN
dl/fscrypt/fscrypt-0.3.4.tar.gz
Normal file
BIN
dl/fscrypt/fscrypt-0.3.4.tar.gz
Normal file
Binary file not shown.
BIN
dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz
Normal file
BIN
dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz
Normal file
Binary file not shown.
BIN
dl/go/go1.19.4.src.tar.gz
Normal file
BIN
dl/go/go1.19.4.src.tar.gz
Normal file
Binary file not shown.
BIN
dl/libdrm/libdrm-2.4.120.tar.xz
Normal file
BIN
dl/libdrm/libdrm-2.4.120.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
BIN
dl/libgpiod/libgpiod-2.0.tar.xz
Normal file
BIN
dl/libgpiod/libgpiod-2.0.tar.xz
Normal file
Binary file not shown.
BIN
dl/libpthread-stubs/libpthread-stubs-0.5.tar.xz
Normal file
BIN
dl/libpthread-stubs/libpthread-stubs-0.5.tar.xz
Normal file
Binary file not shown.
BIN
dl/libtirpc/libtirpc-1.3.4.tar.bz2
Normal file
BIN
dl/libtirpc/libtirpc-1.3.4.tar.bz2
Normal file
Binary file not shown.
BIN
dl/linux-pam/Linux-PAM-1.5.2.tar.xz
Normal file
BIN
dl/linux-pam/Linux-PAM-1.5.2.tar.xz
Normal file
Binary file not shown.
BIN
dl/live555/live.2024.05.15.tar.gz
Normal file
BIN
dl/live555/live.2024.05.15.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list
vendored
Normal file
2
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
v0.3.1
|
||||
v0.4.1
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/BurntSushi/toml
|
||||
3
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.mod
vendored
Normal file
3
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.mod
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module github.com/BurntSushi/toml
|
||||
|
||||
go 1.16
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.zip
vendored
Normal file
Binary file not shown.
1
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.ziphash
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.4.1.ziphash
vendored
Normal file
@ -0,0 +1 @@
|
||||
h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v0.3.4
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/client9/misspell
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.zip
vendored
Normal file
Binary file not shown.
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.ziphash
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.ziphash
vendored
Normal file
@ -0,0 +1 @@
|
||||
h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/cpuguy83/go-md2man/v2/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/cpuguy83/go-md2man/v2/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v2.0.0-20190314233015-f79a8a8ca69d
|
||||
@ -0,0 +1 @@
|
||||
{"Version":"v2.0.0-20190314233015-f79a8a8ca69d","Time":"2019-03-14T23:30:15Z"}
|
||||
@ -0,0 +1,9 @@
|
||||
module github.com/cpuguy83/go-md2man/v2
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.0.1
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
)
|
||||
Binary file not shown.
@ -0,0 +1 @@
|
||||
h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/golang/protobuf/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/golang/protobuf/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v1.5.0
|
||||
8
dl/vendor/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.5.0.mod
vendored
Normal file
8
dl/vendor/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.5.0.mod
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
module github.com/golang/protobuf
|
||||
|
||||
go 1.9
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.5.5
|
||||
google.golang.org/protobuf v1.26.0-rc.1
|
||||
)
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/google/go-cmp/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/google/go-cmp/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v0.5.5
|
||||
5
dl/vendor/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.5.5.mod
vendored
Normal file
5
dl/vendor/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.5.5.mod
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
module github.com/google/go-cmp
|
||||
|
||||
go 1.8
|
||||
|
||||
require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v0.9.1
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.info
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.info
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"Version":"v0.9.1","Time":"2020-01-14T19:47:44Z"}
|
||||
0
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.lock
vendored
Normal file
0
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.lock
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/pkg/errors
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.zip
vendored
Normal file
Binary file not shown.
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.ziphash
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.9.1.ziphash
vendored
Normal file
@ -0,0 +1 @@
|
||||
h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v1.0.0
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/pmezard/go-difflib
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v2.0.1
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.info
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.info
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"Version":"v2.0.1","Time":"2018-09-20T17:16:15Z"}
|
||||
0
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.lock
vendored
Normal file
0
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.lock
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/russross/blackfriday/v2
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.zip
vendored
Normal file
Binary file not shown.
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.ziphash
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/russross/blackfriday/v2/@v/v2.0.1.ziphash
vendored
Normal file
@ -0,0 +1 @@
|
||||
h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v1.0.0
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.info
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.info
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"Version":"v1.0.0","Time":"2018-12-26T21:49:07Z"}
|
||||
0
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.lock
vendored
Normal file
0
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.lock
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.mod
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.mod
vendored
Normal file
@ -0,0 +1 @@
|
||||
module github.com/shurcooL/sanitized_anchor_name
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.zip
vendored
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v1.22.5
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.info
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.info
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"Version":"v1.22.5","Time":"2020-08-26T14:04:43Z"}
|
||||
0
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.lock
vendored
Normal file
0
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.lock
vendored
Normal file
9
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.mod
vendored
Normal file
9
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.mod
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
module github.com/urfave/cli
|
||||
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
)
|
||||
BIN
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.zip
vendored
Normal file
BIN
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.zip
vendored
Normal file
Binary file not shown.
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.ziphash
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/urfave/cli/@v/v1.22.5.ziphash
vendored
Normal file
@ -0,0 +1 @@
|
||||
h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU=
|
||||
1
dl/vendor/pkg/mod/cache/download/github.com/wadey/gocovmerge/@v/list
vendored
Normal file
1
dl/vendor/pkg/mod/cache/download/github.com/wadey/gocovmerge/@v/list
vendored
Normal file
@ -0,0 +1 @@
|
||||
v0.0.0-20160331181800-b5bfa59ec0ad
|
||||
@ -0,0 +1 @@
|
||||
module github.com/wadey/gocovmerge
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user