github.com/sagernet/sing-shadowsocks2@v0.2.0/.github/update_dependencies.sh (about) 1 #!/usr/bin/env bash 2 3 PROJECTS=$(dirname "$0")/../.. 4 5 go get -x github.com/sagernet/sing@$(git -C $PROJECTS/sing rev-parse HEAD) 6 go mod tidy