mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update update-dependencies.yml
This commit is contained in:
parent
9f07843530
commit
cb09494dac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-dependencies.yml
vendored
1
.github/workflows/update-dependencies.yml
vendored
|
@ -74,6 +74,7 @@ jobs:
|
|||
echo "Updating standard Go dependencies..."
|
||||
go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all | \
|
||||
grep -v 'gvisor.dev/gvisor' | \
|
||||
grep -v 'github.com/mymmrac/telego' | \
|
||||
grep -v 'github.com/xtls/xray-core' | \
|
||||
xargs -r go get -u
|
||||
|
||||
|
|
Loading…
Reference in a new issue