mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 01:10:17 +01:00
Added script to fetch needed 3rd party libs for development.
This commit is contained in:
parent
b4d02f1484
commit
ae9d18576a
8
3rdpartlibs.sh
Executable file
8
3rdpartlibs.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user