diff --git a/Makefile b/Makefile index e2725dbd3..548b3ed2b 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ updatedeps: go list ./... \ | xargs go list -f '{{join .Deps "\n"}}' \ | grep -v github.com/hashicorp/terraform \ + | grep -v '/internal/' \ | sort -u \ | xargs go get -f -u -v