Skip to content

Commit

Permalink
Bump CDI to 1.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Rybacki <[email protected]>
  • Loading branch information
brybacki committed Oct 28, 2020
1 parent 808cfe6 commit 33f46da
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 43 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ require (
github.com/opencontainers/selinux v1.6.0
github.com/openshift/api v0.0.0
github.com/openshift/client-go v0.0.0
github.com/operator-framework/go-appr v0.0.0-20180917210448-f2aef88446f2 // indirect
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190725173916-b56e63a643cc
github.com/operator-framework/operator-marketplace v0.0.0-20190617165322-1cbd32624349
github.com/pborman/uuid v1.2.0
Expand Down Expand Up @@ -70,7 +69,7 @@ require (
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
k8s.io/utils v0.0.0-20200720150651-0bdb4ca86cbc
kubevirt.io/client-go v0.0.0-00010101000000-000000000000
kubevirt.io/containerized-data-importer v1.23.5
kubevirt.io/containerized-data-importer v1.25.0
kubevirt.io/qe-tools v0.1.6
libvirt.org/libvirt-go v6.5.0+incompatible
sigs.k8s.io/yaml v1.2.0
Expand Down Expand Up @@ -114,7 +113,7 @@ replace (

kubevirt.io/client-go => ./staging/src/kubevirt.io/client-go

kubevirt.io/containerized-data-importer => kubevirt.io/containerized-data-importer v1.23.5
kubevirt.io/containerized-data-importer => kubevirt.io/containerized-data-importer v1.25.0
)

go 1.13
Loading

0 comments on commit 33f46da

Please sign in to comment.