sing-geosite/.github/update_dependencies.sh
2022-07-08 11:02:47 +08:00

7 lines
148 B
Bash
Executable File

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