Update update-dependencies.yml

This commit is contained in:
civisrom 2025-03-06 22:09:13 +03:00 committed by GitHub
parent 6c98e327ad
commit 1100348de3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +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/mymmrac/telego' | \
grep -v 'github.com/xtls/xray-core' | \
xargs -r go get -u