From 63d503767ec7188b767baf1d8d79f6d505a71ab1 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Wed, 26 Jul 2023 19:25:54 +0530 Subject: [PATCH] typo: remove invalid char in imports Signed-off-by: Vishal Choudhary --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 05eff23..961dc04 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "os" "github.com/go-logr/zapr" -k kubenotation "github.com/nirmata/kyverno-notation-verifier/kubenotation" + "github.com/nirmata/kyverno-notation-verifier/kubenotation" knvSetup "github.com/nirmata/kyverno-notation-verifier/setup" knvVerifier "github.com/nirmata/kyverno-notation-verifier/verifier" _ "github.com/notaryproject/notation-core-go/signature/cose"