From 967a9c954e9709d57e860b8ea5c4e7f495402848 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 16:28:31 +0000 Subject: Fix go mod --- mastodon/go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon/go.mod') diff --git a/mastodon/go.mod b/mastodon/go.mod index ea24109..505f461 100644 --- a/mastodon/go.mod +++ b/mastodon/go.mod @@ -3,6 +3,7 @@ module mastodon go 1.13 require ( + github.com/gorilla/mux v1.7.3 // indirect github.com/gorilla/websocket v1.4.1 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 ) -- cgit v1.2.3