Update Makefile with new dependencies
This commit is contained in:
parent
f82e9d9b47
commit
34eccd1630
2
Makefile
2
Makefile
|
@ -18,3 +18,5 @@ install_deps:
|
||||||
go get -u github.com/layeh/gumble/gumbleutil
|
go get -u github.com/layeh/gumble/gumbleutil
|
||||||
go get -u github.com/layeh/gumble/gumble_ffmpeg
|
go get -u github.com/layeh/gumble/gumble_ffmpeg
|
||||||
go get -u code.google.com/p/gcfg
|
go get -u code.google.com/p/gcfg
|
||||||
|
go get -u github.com/kennygrant/sanitize
|
||||||
|
go get -u github.com/jmoiron/jsonq
|
||||||
|
|
Reference in a new issue