mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Move plugins to api/v0.1.1
This commit is contained in:
10
hacks/doGoMod.sh
Executable file
10
hacks/doGoMod.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
# Usage: From repo root:
|
||||
# ./hacks/doGoMod.sh tidy
|
||||
# ./hacks/doGoMod.sh verify
|
||||
|
||||
operation=$1
|
||||
for f in $(find ./ -name 'go.mod'); do
|
||||
echo $f
|
||||
d=$(dirname "$f")
|
||||
(cd $d; go mod $operation)
|
||||
done
|
||||
Reference in New Issue
Block a user