Skip to content

Commit

Permalink
chore: try to build importer
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Oct 31, 2024
1 parent ac15006 commit 950422e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion images/dvcr-artifact/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,14 @@ replace (
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.2
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.30.2
k8s.io/sample-controller => k8s.io/sample-controller v0.30.2
// kubevirt.io/containerized-data-importer => github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031111811-791acfb45051 //branch: virtualization-controller-new-main-cdi
kubevirt.io/containerized-data-importer => github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031143641-f6fb17bfa7bf //branch: virtualization-controller-new-main-cdi

kubevirt.io/controller-lifecycle-operator-sdk/api => kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.18.4
)

// replace (
// v1.60.4-0.20241031111811-791acfb45051 //branch: virtualization-controller-new-main-cdi
// kubevirt.io/controller-lifecycle-operator-sdk/api => kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90

// k8s.io/client-go => k8s.io/client-go v0.30.2
Expand Down
4 changes: 2 additions & 2 deletions images/dvcr-artifact/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892/go.mod h1:CTDl0pzVzE5DEzZhPfvhY/9sPFMQIxaJ9VAMs9AagrE=
github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031111811-791acfb45051 h1:7dp375M2KuEvSvmomrDLTBYMofplQ04cPZakshZeX7o=
github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031111811-791acfb45051/go.mod h1:DPCIifnmTNK8C1dC/HKe4sfZX+V7ocfwLHPC0yiOJ/A=
github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031143641-f6fb17bfa7bf h1:49xt83u1wlDY7L/07cQe/lMmGV571EMSKgnmv+gP1tY=
github.com/deckhouse/3p-containerized-data-importer v1.60.4-0.20241031143641-f6fb17bfa7bf/go.mod h1:DPCIifnmTNK8C1dC/HKe4sfZX+V7ocfwLHPC0yiOJ/A=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/cli v27.1.1+incompatible h1:goaZxOqs4QKxznZjjBWKONQci/MywhtRv2oNn0GkeZE=
Expand Down

0 comments on commit 950422e

Please sign in to comment.