github.com/asynkron/protoactor-go@v0.0.0-20240308120642-ef91a6abee75/modtidy.sh (about)

     1  go get ./...
     2  
     3  # shellcheck disable=SC2044
     4  for f in $(find . -name go.mod)
     5  do (cd $(dirname $f) || exit; go mod tidy)
     6  done