QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 214 forks source link

./bamboo.go:142: unknown lumberjack.Logger field 'Filename' in struct literal #61

Closed vlebedev closed 9 years ago

vlebedev commented 9 years ago

Can't build bamboo deb package

j1n6 commented 9 years ago

Hello, you need to use godep to restore dependencies:

go get github.com/tools/godep
go get -t github.com/smartystreets/goconvey

cd $GOPATH/github.com/QubitProducts/bamboo
godep restore
vlebedev commented 9 years ago

Thanks, it worked. Could be useful to put it in the docs though.

j1n6 commented 9 years ago

it's in the front page readme doc, but it's located at very bottom of it :smile: