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