go mod tidy

This commit is contained in:
Neil Alexander 2020-04-22 12:36:10 +01:00
parent 7b777d80d1
commit f8f5b87302

1
go.mod
View file

@ -1,7 +1,6 @@
module github.com/matrix-org/dendrite module github.com/matrix-org/dendrite
require ( require (
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/gorilla/mux v1.7.3 github.com/gorilla/mux v1.7.3
github.com/hashicorp/golang-lru v0.5.4 github.com/hashicorp/golang-lru v0.5.4
github.com/kr/pretty v0.2.0 // indirect github.com/kr/pretty v0.2.0 // indirect