diff --git a/fixup_acl_move.sh b/fixup_acl_move.sh index 23da0a7cb1..4fc428c0ce 100644 --- a/fixup_acl_move.sh +++ b/fixup_acl_move.sh @@ -18,7 +18,15 @@ for dir in "${DIRS[@]}" popd done -git diff --name-only | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w +find . -name \*.go | xargs fgrep 'acl.' -l | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w make --always-make proto - + + +go get google.golang.org/protobuf/reflect/protoreflect +go get google.golang.org/protobuf/types/known/structpb +go get google.golang.org/protobuf/runtime/protoimpl +go get github.com/hashicorp/consul/agent/xds +go get github.com/hashicorp/consul/agent/structs +go get google.golang.org/protobuf +