mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-10 20:20:24 +01:00
13 lines
324 B
Modula-2
13 lines
324 B
Modula-2
module bitbucket.org/s_l_teichmann/mtsatellite
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/jmhodges/levigo v1.0.0
|
|
github.com/mattn/go-sqlite3 v1.12.0
|
|
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1
|
|
)
|