sing-geoip/.github/update_dependencies.sh

7 lines
148 B
Bash
Raw Permalink Normal View History

2023-11-29 14:26:06 +08:00
#!/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