From e73df8de9ab5a00aa377d5cd7cfe335e06774ea0 Mon Sep 17 00:00:00 2001 From: r Date: Fri, 31 Jan 2020 18:23:18 +0000 Subject: Remove websocket api --- mastodon/go.mod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mastodon/go.mod') diff --git a/mastodon/go.mod b/mastodon/go.mod index 505f461..cc414ea 100644 --- a/mastodon/go.mod +++ b/mastodon/go.mod @@ -2,8 +2,4 @@ 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 -) +require github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 -- cgit v1.2.3