aboutsummaryrefslogtreecommitdiff
path: root/mastodon/go.mod
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-13 18:08:26 +0000
committerr <r@freesoftwareextremist.com>2019-12-13 18:26:24 +0000
commit5e4da01c3ae3ae2e870faba9085d9d9213c01c29 (patch)
tree39d6f1e76b901549f194ddbac3c6cb82e0abd019 /mastodon/go.mod
downloadbloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.tar.gz
bloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.zip
Initial commit
Diffstat (limited to 'mastodon/go.mod')
-rw-r--r--mastodon/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/mastodon/go.mod b/mastodon/go.mod
new file mode 100644
index 0000000..ea24109
--- /dev/null
+++ b/mastodon/go.mod
@@ -0,0 +1,8 @@
+module mastodon
+
+go 1.13
+
+require (
+ github.com/gorilla/websocket v1.4.1
+ github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
+)