Lindenii Project Forge
scripts: Update update_deps for the refactor
#!/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 go mod tidy
go get -t -u -x -v ./... go mod tidy -x -v