Skip to content

Commit

Permalink
feat: add nacos v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Jan 10, 2024
1 parent 6346550 commit cab6283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ function util::find_modules() {
-o -path '*/third_party/*' \
-o -path '*/vendor/*' \
\) -prune \
\) -name 'go.mod' -print0 | xargs -0 -I {} dirname {} | grep './nacos/v2' && find . -not \( \
\) -name 'go.mod' -print0 | xargs -0 -I {} dirname {} | grep -v './nacos/v2' && find . -not \( \
\( \
-path './output' \
-o -path './.git' \
-o -path '*/third_party/*' \
-o -path '*/vendor/*' \
\) -prune \
\) -name 'go.mod' -print0 | xargs -0 -I {} dirname {} | grep -v './nacos/v2'
\) -name 'go.mod' -print0 | xargs -0 -I {} dirname {} | grep './nacos/v2'

}

0 comments on commit cab6283

Please sign in to comment.