xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

sizedwaitgroup missing in vendor folder #102

Closed juliantaylor closed 6 years ago

juliantaylor commented 6 years ago

when building g10k it fails as sizedwaitgroup is missing in the vendor tree

$ go build .
puppetfile.go:13:2: cannot find package "github.com/remeh/sizedwaitgroup" in any of:
    /tmp/go/src/github.com/xorpaul/g10k/vendor/github.com/remeh/sizedwaitgroup (vendor tree)
    /usr/lib/go-1.10/src/github.com/remeh/sizedwaitgroup (from $GOROOT)
    /tmp/go/src/github.com/remeh/sizedwaitgroup (from $GOPATH)
juliantaylor commented 6 years ago

davecgh/go-spew is also missing, though it is only needed for tests

xorpaul commented 6 years ago

I've updated the vendor folder. Please try again.

juliantaylor commented 6 years ago

works out of the box now, thanks