Added script to fetch needed 3rd party libs for development.

This commit is contained in:
Sascha L. Teichmann 2017-05-04 15:18:24 +02:00
parent b4d02f1484
commit ae9d18576a
1 changed files with 8 additions and 0 deletions

8
3rdpartlibs.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
# Currently used third party libraries
go get -u -v golang.org/x/crypto/blake2b
go get -u -v github.com/bamiaux/rez
go get -u -v github.com/jmhodges/levigo
go get -u -v github.com/mattn/go-sqlite3
go get -u -v github.com/gorilla/mux
go get -u -v github.com/gorilla/websocket