aboutsummaryrefslogtreecommitdiff
path: root/go.mod.old
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod.old')
-rw-r--r--go.mod.old10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod.old b/go.mod.old
new file mode 100644
index 0000000..e633126
--- /dev/null
+++ b/go.mod.old
@@ -0,0 +1,10 @@
+module web
+
+go 1.13
+
+require (
+ github.com/gorilla/mux v1.7.3
+ mastodon v0.0.0-00010101000000-000000000000
+)
+
+replace mastodon => ./mastodon