From fff8abad87a27ba7d48a8add8cf57589bc04bbb7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 17 Aug 2025 14:15:15 +0800 Subject: [PATCH] Remove unnecessary scripts --- scripts/update_deps | 9 --------- diff --git a/scripts/update_deps b/scripts/update_deps deleted file mode 100755 index 8983a60d712470895e62fd4e6d5d48885480e8d1..0000000000000000000000000000000000000000 --- 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 - -set -eux - -go get -t -u -x -v ./... -go mod tidy -x -v -- 2.48.1