aboutsummaryrefslogtreecommitdiff
path: root/go.mod.old
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-17 20:17:25 +0000
committerr <r@freesoftwareextremist.com>2019-12-17 20:17:25 +0000
commit59aad78f66cf58be7f88f2c0675f94a858163560 (patch)
tree95f00d18a8c847cdf4ee587e412de26960770a28 /go.mod.old
parent3b50f40c081c499c2ecb8913b54186c622561d76 (diff)
downloadbloat-59aad78f66cf58be7f88f2c0675f94a858163560.tar.gz
bloat-59aad78f66cf58be7f88f2c0675f94a858163560.zip
Use filesystem based kv store instead of sqlite
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