sing-geoip/.github/update_dependencies.sh
2023-11-29 20:49:51 +08:00

7 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
go get -x github.com/sagernet/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
go mod tidy