| author | |
| committer | |
| log | 040ecdfc493f1861f3128430d2fca6392d56b12c |
| tree | b58c085f4925ea07061e9410935f1a5ac242feb5 |
| parent | 08639aa9a1a4df7716047a01b89fbd0ad17512d7 |
1 files changed, 1 insertions(+), 0 deletions(-)
README.md+1| ... | ... | @@ -129,6 +129,7 @@ dependencies: |
| 129 | 129 | |
| 130 | 130 | - `name`, `main`, `c_include_dirs`, `c_source_flags`, `c_source_files`, can be overwritten as well. |
| 131 | 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 | 134 | ## Prior Art |
| 134 | 135 | - https://golang.org/ref/mod#go-mod-file |