grumble/go.mod
rubenseyer 40ef449f6e Config system
(see also issue #21)
Removes synchronizing set config keys to freezelog,
since the system is the preferred way to persist configuration.
2020-04-16 21:46:33 +02:00

10 lines
202 B
Modula-2

module mumble.info/grumble
go 1.14
require (
github.com/golang/protobuf v1.3.5
github.com/gorilla/websocket v1.4.2
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
gopkg.in/ini.v1 v1.55.0
)