summaryrefslogtreecommitdiff
path: root/.github/update_dependencies.sh
blob: 754998a4d73a074e19fe5ba9a9e74210ff0003da (plain)
1
2
3
4
5
6
#!/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