multiserver/go.mod

11 lines
257 B
Modula-2
Raw 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-02-20 09:06:34 -08:00
github.com/HimbeerserverDE/srp v0.0.0-20210220165753-1b954ef7b017
2021-03-29 09:57:30 -07:00
github.com/anon55555/mt v0.0.0-20210322183736-433955e45ef3
github.com/mattn/go-sqlite3 v1.14.6
gopkg.in/yaml.v2 v2.4.0
2021-01-08 02:34:54 -08:00
)