github.com/sagernet/gvisor@v0.0.0-20240428053021-e691de28565f/.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