Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod - github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: d675daa9f99b208a9834d0e3a47b407f71f40bd0 (plain)
1
2
3
4
5
6
7
8
9
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
)