From 71576f5c654aa9e08e683123476f70dcdc46e373 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Mon, 20 Jan 2025 11:00:29 +0000 Subject: [PATCH] Run go-makefile-maker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0b76ae..b6d9fe9 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ check-dependency-licenses: FORCE install-go-licence-detector goimports: FORCE @printf "\e[1;36m>> goimports -w -local https://github.com/sapcc/concourse-swift-resource\e[0m\n" - @goimports -w -local https://github.com/sapcc/concourse-swift-resource internal/ $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) + @goimports -w -local github.com/sapcc/concourse-swift-resource $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) clean: FORCE git clean -dxf build