github.com/metacubex/sing-tun@v0.2.7-0.20240512075008-89e7c6208eec/.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