diff --git a/Makefile b/Makefile index 5080226..ab70741 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ check-dependency-licenses: FORCE install-go-licence-detector goimports: FORCE @printf "\e[1;36m>> goimports -w -local https://github.com/sapcc/cni-nanny\e[0m\n" - @goimports -w -local https://github.com/sapcc/cni-nanny internal/ $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) + @goimports -w -local github.com/sapcc/cni-nanny $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) clean: FORCE git clean -dxf build