This commit is contained in:
Sascha L. Teichmann 2017-05-14 18:37:22 +02:00
commit a9af77fb98
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