mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-10 20:20:24 +01:00
17 lines
508 B
Modula-2
17 lines
508 B
Modula-2
module bitbucket.org/s_l_teichmann/mtsatellite
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/jmhodges/levigo v1.0.0
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|