Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pre-sync/oci-image-verification/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/sigstore/cosign/v2 v2.6.3
k8s.io/api v0.35.2
k8s.io/apimachinery v0.35.2
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.140.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating the dependency to k8s.io/klog/v2 without updating the import path in main.go will cause a compilation failure. main.go currently imports "k8s.io/klog" (v1), which has been removed from go.mod. Please update the import in pre-sync/oci-image-verification/main.go to "k8s.io/klog/v2" to complete the migration.

)

require (
Expand Down
Loading