| ... | @@ -129,6 +129,7 @@ dependencies: | ... | @@ -129,6 +129,7 @@ dependencies: |
| 129 | | 129 | |
| 130 | - `name`, `main`, `c_include_dirs`, `c_source_flags`, `c_source_files`, can be overwritten as well. | 130 | - `name`, `main`, `c_include_dirs`, `c_source_flags`, `c_source_files`, can be overwritten as well. |
| 131 | - `type.git` supports version pinning by `branch-XX`, `tag-XX`, and `commit-XX`. | 131 | - `type.git` supports version pinning by `branch-XX`, `tag-XX`, and `commit-XX`. |
| | 132 | - `type.http` supports version checking by `blake3-XX`, `sha256-XX`, and `sha512-XX`. |
| 132 | | 133 | |
| 133 | ## Prior Art | 134 | ## Prior Art |
| 134 | - https://golang.org/ref/mod#go-mod-file | 135 | - https://golang.org/ref/mod#go-mod-file |