mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
(see also issue #21) Removes synchronizing set config keys to freezelog, since the system is the preferred way to persist configuration.
10 lines
202 B
Modula-2
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
|
|
)
|