sing-shadowsocks/.github/update_dependencies.sh
2022-05-30 12:19:38 +08:00

6 lines
140 B
Bash
Executable file

#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
go get -x github.com/sagernet/sing@$(git -C $PROJECTS/sing rev-parse HEAD)
go mod tidy