Skip to content

Commit

Permalink
Include machine ssh package in crc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Nov 4, 2020
1 parent 3ea52b4 commit 74c2b3d
Show file tree
Hide file tree
Showing 9 changed files with 649 additions and 6 deletions.
1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -15,6 +15,7 @@ require (
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-units v0.4.0
github.com/h2non/filetype v1.1.0
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
github.com/imdario/mergo v0.3.9 // indirect
github.com/libvirt/libvirt-go-xml v6.8.0+incompatible
github.com/mattn/go-colorable v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/crc/machine/machine.go
Expand Up @@ -18,6 +18,7 @@ import (
crcerrors "github.com/code-ready/crc/pkg/crc/errors"
"github.com/code-ready/crc/pkg/crc/logging"
"github.com/code-ready/crc/pkg/crc/network"
"github.com/code-ready/crc/pkg/crc/ssh"
crcssh "github.com/code-ready/crc/pkg/crc/ssh"
"github.com/code-ready/crc/pkg/crc/systemd"
"github.com/code-ready/crc/pkg/crc/systemd/states"
Expand All @@ -36,7 +37,6 @@ import (
"github.com/code-ready/machine/libmachine/drivers"
"github.com/code-ready/machine/libmachine/host"
"github.com/code-ready/machine/libmachine/log"
"github.com/code-ready/machine/libmachine/ssh"
"github.com/code-ready/machine/libmachine/state"
)

Expand Down

0 comments on commit 74c2b3d

Please sign in to comment.