Lindenii Project Forge
Login

/scripts/update_deps (raw)

#!/bin/sh

# SPDX-License-Identifier: AGPL-3.0-only
# SPDX-FileContributor: Runxi Yu <https://runxiyu.org>

set -eux

go get -t -u
go mod tidy
go get github.com/go-git/go-git/v5@main