multiserver/go.mod

13 lines
350 B
Modula-2
Raw Permalink Normal View History

module github.com/HimbeerserverDE/multiserver
2021-01-08 02:32:09 -08:00
2021-02-20 09:06:34 -08:00
go 1.16
2021-01-08 02:34:54 -08:00
require (
2021-03-31 10:27:50 -07:00
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b
2021-04-02 02:15:44 -07:00
github.com/anon55555/mt v0.0.0-20210401173148-4c2536cce54b
2021-04-22 01:39:24 -07:00
github.com/lib/pq v1.10.1
github.com/mattn/go-sqlite3 v1.14.6
2021-04-03 10:25:02 -07:00
github.com/tncardoso/gocurses v0.0.0-20170428215319-6c1f6d2854e2
gopkg.in/yaml.v2 v2.4.0
2021-01-08 02:34:54 -08:00
)