You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/0xBF/packer-post-processor-ovftool
it errors out with:
go get github.com/0xBF/packer-post-processor-ovftool
# github.com/0xBF/packer-post-processor-ovftool/ovftool
src/github.com/0xBF/packer-post-processor-ovftool/ovftool/ssh.go:32: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(p.cfg.Password) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "golang.org/x/crypto/ssh".KeyboardInteractive
src/github.com/0xBF/packer-post-processor-ovftool/ovftool/ssh.go:41: cannot use "golang.org/x/crypto/ssh".ClientConfig literal (type *"golang.org/x/crypto/ssh".ClientConfig) as type *"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig in field value
Sorry, I'm not a Go dev so it may be something simple that I'm overlooking?
Thanks!
The text was updated successfully, but these errors were encountered:
When I run:
go get github.com/0xBF/packer-post-processor-ovftool
it errors out with:
Sorry, I'm not a Go dev so it may be something simple that I'm overlooking?
Thanks!
The text was updated successfully, but these errors were encountered: