diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
commit | db3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch) | |
tree | fa081473303614da070708c594f35618c5d3f670 /update_deps | |
parent | *: Add column headers to tables (diff) | |
download | forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip |
scripts, sql: Reorganize
Diffstat (limited to 'update_deps')
-rwxr-xr-x | update_deps | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/update_deps b/update_deps deleted file mode 100755 index 723e858..0000000 --- a/update_deps +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -eux - -go get -t -u -go mod tidy -go get github.com/go-git/go-git/v5@main |