cloudflare / Stout

A reliable static website deploy tool
MIT License
752 stars 29 forks source link

Cannot find package "github.com/sspencer/go-ini" #52

Open slastique opened 6 years ago

slastique commented 6 years ago

I'm sorry if it is a problem of my env

So, I've tried to build Stout and I got an error

➜  Stout git:(master) go build -o ../stout src/*
src/utils.go:15:2: cannot find package "github.com/sspencer/go-ini" in any of:
    /home/rmamaev/go/src/github.com/slastique/Stout/vendor/github.com/sspencer/go-ini (vendor tree)
    /usr/local/go/src/github.com/sspencer/go-ini (from $GOROOT)
    /home/rmamaev/go/src/github.com/sspencer/go-ini (from $GOPATH)

I don't understand why it tries to find sspencer/go-ini instead of zackbloom/go-ini (I've downloaded it via godep) but Stout built successfuly after go get github.com/sspencer/go-ini

chenrui333 commented 5 years ago

Any update on this?