diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:07:59 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:07:59 +0800 |
commit | 50d18187f355cf74c02283909894fed7c4d61764 (patch) | |
tree | 3b16c49c2b7b0098fe1e1b0a0f5e7d0edd247c72 /update_deps | |
parent | *: Bump dependencies (diff) | |
download | forge-50d18187f355cf74c02283909894fed7c4d61764.tar.gz forge-50d18187f355cf74c02283909894fed7c4d61764.tar.zst forge-50d18187f355cf74c02283909894fed7c4d61764.zip |
*: Use main branch of go-git
Diffstat (limited to 'update_deps')
-rwxr-xr-x | update_deps | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/update_deps b/update_deps new file mode 100755 index 0000000..723e858 --- /dev/null +++ b/update_deps @@ -0,0 +1,7 @@ +#!/bin/sh + +set -eux + +go get -t -u +go mod tidy +go get github.com/go-git/go-git/v5@main |