aboutsummaryrefslogtreecommitdiff
path: root/mastodon/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/go.mod')
-rw-r--r--mastodon/go.mod6
1 files changed, 1 insertions, 5 deletions
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