Skip to content

Commit

Permalink
Bump libmachine. No more RPC for hyperv driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Nov 12, 2020
1 parent c17689e commit 81416de
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 749 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cheggaaa/pb/v3 v3.0.4
github.com/code-ready/clicumber v0.0.0-20200728062640-1203dda97f67
github.com/code-ready/gvisor-tap-vsock v0.0.0-20201105131011-9258bacc7a6c
github.com/code-ready/machine v0.0.0-20201030135858-1ed3c999ccb7
github.com/code-ready/machine v0.0.0-20201109095558-3e6386d4f69e
github.com/cucumber/godog v0.9.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/docker/docker v1.13.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/code-ready/clicumber v0.0.0-20200728062640-1203dda97f67 h1:C+EVPWw8sj
github.com/code-ready/clicumber v0.0.0-20200728062640-1203dda97f67/go.mod h1:ZPZUcYGpv/FQGnwakUuhiHP9x/IIcU2SKbn8xPe4ROc=
github.com/code-ready/gvisor-tap-vsock v0.0.0-20201105131011-9258bacc7a6c h1:j8S82O8ovWK7nmNJAQf+dFH/RCtXCZneBi33nx2fMPo=
github.com/code-ready/gvisor-tap-vsock v0.0.0-20201105131011-9258bacc7a6c/go.mod h1:tySPFyGlPN7nyc3u8RH2FAhRDC9JvbQVzJBOrlRJKgU=
github.com/code-ready/machine v0.0.0-20201030135858-1ed3c999ccb7 h1:VwqXdK7T++DWLLkl1o6kSwcGSkGDKPI3i2G6FqbB/RQ=
github.com/code-ready/machine v0.0.0-20201030135858-1ed3c999ccb7/go.mod h1:g30jKsf0FV9yJjsqZFAuFzVxwJE2h5cqDXSuMUV1G/U=
github.com/code-ready/machine v0.0.0-20201109095558-3e6386d4f69e h1:QEEoDSu/IapbedlOIjfRzIDimmnEHKo+hFgdYDSzG00=
github.com/code-ready/machine v0.0.0-20201109095558-3e6386d4f69e/go.mod h1:g30jKsf0FV9yJjsqZFAuFzVxwJE2h5cqDXSuMUV1G/U=
github.com/codegangsta/negroni v1.0.0/go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0=
github.com/container-storage-interface/spec v1.2.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
github.com/containerd/cgroups v0.0.0-20181219155423-39b18af02c41/go.mod h1:X9rLEHIqSf/wfK8NsPqxJmeZgW4pcfzdXITDrUSJ6uI=
Expand Down
2 changes: 1 addition & 1 deletion test/integration/crcsuite/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/code-ready/crc/pkg/crc/logging"
"github.com/code-ready/crc/pkg/crc/machine"
"github.com/code-ready/crc/pkg/crc/network"
"github.com/code-ready/machine/libmachine/ssh"
"github.com/code-ready/crc/pkg/crc/ssh"
"github.com/pkg/errors"
"golang.org/x/sync/semaphore"
)
Expand Down
77 changes: 0 additions & 77 deletions vendor/github.com/code-ready/machine/libmachine/drivers/utils.go

This file was deleted.

45 changes: 2 additions & 43 deletions vendor/github.com/code-ready/machine/libmachine/host/host.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 24 additions & 8 deletions vendor/github.com/code-ready/machine/libmachine/libmachine.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81416de

Please sign in to comment.