From f8f5b873028d198ced874ae2554c3de339b9132b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 22 Apr 2020 12:36:10 +0100 Subject: [PATCH] go mod tidy --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 5d9c6e58d..8d91902d1 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/matrix-org/dendrite require ( - github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 github.com/gorilla/mux v1.7.3 github.com/hashicorp/golang-lru v0.5.4 github.com/kr/pretty v0.2.0 // indirect