core: install hashicorp/go-multierror for Travis builds
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
e3f32bbe72
commit
9c6d0ba381
1
Makefile
1
Makefile
|
@ -50,3 +50,4 @@ deps:
|
||||||
go get -d -v github.com/nats-io/nats
|
go get -d -v github.com/nats-io/nats
|
||||||
go get -d -v github.com/lazywei/go-opencv
|
go get -d -v github.com/lazywei/go-opencv
|
||||||
go get -d -v github.com/donovanhide/eventsource
|
go get -d -v github.com/donovanhide/eventsource
|
||||||
|
go get -d -v github.com/hashicorp/go-multierror
|
||||||
|
|
Loading…
Reference in New Issue