owenthereal / nut

Vendor Go dependencies
https://github.com/jingweno/nut
MIT License
232 stars 11 forks source link

Install fails with golang 1.6 #28

Open milgner opened 8 years ago

milgner commented 8 years ago
$ go version
go version go1.6 linux/amd64

$ go get github.com/jingweno/nut
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/github.com/BurntSushi/toml: must be imported as _nuts/github.com/BurntSushi/toml
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/github.com/codegangsta/cli: must be imported as _nuts/github.com/codegangsta/cli
package github.com/jingweno/nut
    imports github.com/jingweno/nut/vendor/_nuts/golang.org/x/tools/go/vcs: must be imported as _nuts/golang.org/x/tools/go/vcs
caikaijie commented 8 years ago

export GO15VENDOREXPERIMENT=0

see: https://golang.org/doc/go1.6#go_command