aboutsummaryrefslogtreecommitdiff
path: root/mastodon/go.mod
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-22 16:28:31 +0000
committerr <r@freesoftwareextremist.com>2019-12-22 16:28:31 +0000
commit967a9c954e9709d57e860b8ea5c4e7f495402848 (patch)
treeffd614d1179bd603b649f7adbe338df0606cc728 /mastodon/go.mod
parent05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec (diff)
downloadbloat-967a9c954e9709d57e860b8ea5c4e7f495402848.tar.gz
bloat-967a9c954e9709d57e860b8ea5c4e7f495402848.zip
Fix go mod
Diffstat (limited to 'mastodon/go.mod')
-rw-r--r--mastodon/go.mod1
1 files changed, 1 insertions, 0 deletions
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
)