Skip to content
Merged
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
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

// v3.9.0 is the only tag in openshift/api and it was created before go.mod was
// introduced. We retract it so that go command don't select it automatically
// when resolving versions like @latest.
retract v3.9.0+incompatible

// To make go aware of the retraction, we need to tag a new version that can be
// retracted by itself.
retract v0.0.1