Skip to content

Commit

Permalink
typo: remove invalid char in imports
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
  • Loading branch information
vishal-chdhry committed Jul 26, 2023
1 parent cf7a792 commit 63d5037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63d5037

Please sign in to comment.