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