You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
350 B
12 lines
350 B
module github.com/HimbeerserverDE/multiserver |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b |
|
github.com/anon55555/mt v0.0.0-20210401173148-4c2536cce54b |
|
github.com/lib/pq v1.10.1 |
|
github.com/mattn/go-sqlite3 v1.14.6 |
|
github.com/tncardoso/gocurses v0.0.0-20170428215319-6c1f6d2854e2 |
|
gopkg.in/yaml.v2 v2.4.0 |
|
)
|
|
|