github.com/sagernet/sing-tun@v0.3.0-beta.5/.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