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