File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ require (
5353 github.com/mitchellh/reflectwalk v1.0.2 // indirect
5454 github.com/oklog/run v1.1.0 // indirect
5555 github.com/ovirt/go-ovirt v0.0.0-20220427092237-114c47f2835c // indirect
56+ github.com/ovirt/go-ovirt-client v1.0.1 // indirect
57+ github.com/ovirt/go-ovirt-client/v3 v3.0.0-alpha1 // indirect
5658 github.com/posener/complete v1.2.3 // indirect
5759 github.com/russross/blackfriday v1.6.0 // indirect
5860 github.com/shopspring/decimal v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -205,10 +205,14 @@ github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
205205github.com/oklog/run v1.1.0 /go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU =
206206github.com/ovirt/go-ovirt v0.0.0-20220427092237-114c47f2835c h1:jXRFpl7+W0YZj/fghoYuE4vJWW/KeQGvdrhnRwRGtAY =
207207github.com/ovirt/go-ovirt v0.0.0-20220427092237-114c47f2835c /go.mod h1:Zkdj9/rW6eyuw0uOeEns6O3pP5G2ak+bI/tgkQ/tEZI =
208+ github.com/ovirt/go-ovirt-client v1.0.1 h1:V8e0C2TrMEW85X70qZ8RTexESun8QpSFYg8H4vj6xks =
209+ github.com/ovirt/go-ovirt-client v1.0.1 /go.mod h1:tv8E2pxUkggayDAgMLuQHzcNtzt8RFvnhO5V5b/5X4U =
208210github.com/ovirt/go-ovirt-client-log/v3 v3.0.0 h1:uvACVHYhYPMkNJrrgWiABcfELB6qoFfsDDUTbpb4Jv4 =
209211github.com/ovirt/go-ovirt-client-log/v3 v3.0.0 /go.mod h1:chKKxCv4lRjxezrTG+EIhkWXGhDAWByglPVXh/iYdnQ =
210212github.com/ovirt/go-ovirt-client/v2 v2.1.0 h1:0wpDXCkJRGqBI4cVuzb3opO6EqMCJnmsbQ0wpsM1KzA =
211213github.com/ovirt/go-ovirt-client/v2 v2.1.0 /go.mod h1:Zi2RF2khEr+hcr3fCAf6WL7OEoUwUHeWWiob/WcEaDc =
214+ github.com/ovirt/go-ovirt-client/v3 v3.0.0-alpha1 h1:uJcRL5KFMQpew+9pYPMATMroMxVCkAuJ2aWIeNvkr7E =
215+ github.com/ovirt/go-ovirt-client/v3 v3.0.0-alpha1 /go.mod h1:2QkYFK7OTrtM/kOQCmX5V/RRBGVt4Ro4tsxoU68my+0 =
212216github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
213217github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
214218github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments