aboutsummaryrefslogtreecommitdiff
path: root/update_deps
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
commitdb3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch)
treefa081473303614da070708c594f35618c5d3f670 /update_deps
parent*: Add column headers to tables (diff)
downloadforge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip
scripts, sql: Reorganize
Diffstat (limited to 'update_deps')
-rwxr-xr-xupdate_deps7
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