diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/update_deps | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/update_deps b/scripts/update_deps new file mode 100755 index 0000000..8983a60 --- /dev/null +++ b/scripts/update_deps @@ -0,0 +1,9 @@ +#!/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 |