sing-geosite/.github/update_dependencies.sh

7 lines
148 B
Bash
Raw Permalink Normal View History

2022-07-07 23:38:22 +08:00
#!/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