diff options
-rwxr-xr-x | scripts/update_deps | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/update_deps b/scripts/update_deps deleted file mode 100755 index 8983a60..0000000 --- a/scripts/update_deps +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# SPDX-License-Identifier: AGPL-3.0-only -# SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> - -set -eux - -go get -t -u -x -v ./... -go mod tidy -x -v |