Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
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