diff --git a/.golangci.yml b/.golangci.yml index 6adb72eb..0b38aabd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -14,7 +14,7 @@ linters-settings: sections: - standard - default - - prefix(github.com/clastix/capsule) + - prefix(github.com/projectcapsule/capsule) goheader: template: |- Copyright 2020-2021 Clastix Labs diff --git a/Makefile b/Makefile index b928cae0..5a59045f 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ bundle-build: # Sorting imports .PHONY: goimports goimports: - goimports -w -l -local "github.com/clastix/capsule" . + goimports -w -l -local "github.com/projectcapsule/capsule" . GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint golangci-lint: ## Download golangci-lint locally if necessary.