Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 28, 2023
1 parent 813ff87 commit 996de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hack/docs/catalog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strings"
"text/template"

fileinfo "github.com/kyverno/ext/file-info"

Check failure on line 11 in .hack/docs/catalog/main.go

View workflow job for this annotation

GitHub Actions / required

no required module provides package github.com/kyverno/ext/file-info; to add it:
"github.com/kyverno/kyverno-json/pkg/apis/v1alpha1"
"github.com/kyverno/kyverno-json/pkg/catalog"
"github.com/kyverno/kyverno-json/pkg/policy"
fileinfo "github.com/kyverno/kyverno-json/pkg/utils/file-info"
"sigs.k8s.io/yaml"
)

Expand Down

0 comments on commit 996de61

Please sign in to comment.