Skip to content

Commit

Permalink
test: add deps taks to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Oct 3, 2016
1 parent 2355983 commit 4c6c92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ deps:
go get -d -v github.com/bmizerany/pat
go get -d -v github.com/hybridgroup/go-ardrone/client
go get -d -v github.com/currantlabs/gatt
go get -d -v github.com/tarm/goserial
go get -d -v github.com/tarm/serial
go get -d -v github.com/veandco/go-sdl2/sdl
go get -d -v golang.org/x/net/websocket
go get -d -v github.com/eclipse/paho.mqtt.golang
go get -d -v github.com/nats-io/nats
go get -d -v github.com/lazywei/go-opencv/opencv
go get -d -v github.com/lazywei/go-opencv
go get -d -v github.com/donovanhide/eventsource

0 comments on commit 4c6c92e

Please sign in to comment.