builder/vmware: fix builds

This commit is contained in:
Mitchell Hashimoto 2014-04-26 12:25:18 -07:00
parent 65804c07c5
commit 91574c3a60
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package common
import (
gossh "code.google.com/p/gosshold/ssh"
gossh "code.google.com/p/go.crypto/ssh"
"errors"
"fmt"
"io/ioutil"

View File

@ -3,7 +3,7 @@ package iso
import (
"bufio"
"bytes"
gossh "code.google.com/p/gosshold/ssh"
gossh "code.google.com/p/go.crypto/ssh"
"encoding/csv"
"errors"
"fmt"