aboutsummaryrefslogtreecommitdiff
path: root/mastodon/go.mod
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-31 18:23:18 +0000
committerr <r@freesoftwareextremist.com>2020-01-31 18:23:18 +0000
commite73df8de9ab5a00aa377d5cd7cfe335e06774ea0 (patch)
tree12655bfc159a40ecf85f6dc7e1d78cc64086d965 /mastodon/go.mod
parentcd9306294d18d0b357fae3c1894b4f3f2d14c9c0 (diff)
downloadbloat-e73df8de9ab5a00aa377d5cd7cfe335e06774ea0.tar.gz
bloat-e73df8de9ab5a00aa377d5cd7cfe335e06774ea0.zip
Remove websocket api
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