aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_deps
blob: 8983a60d712470895e62fd4e6d5d48885480e8d1 (plain) (blame)
1
2
3
4
5
6
7
8
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