github.com/MerlinKodo/sing-shadowsocks2@v0.1.6/.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