sing-tun/.github/update_dependencies.sh
2022-07-11 17:15:22 +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