github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/.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