Use filesystem based kv store instead of sqlite
[bloat] / go.mod.old
1 module web
2
3 go 1.13
4
5 require (
6         github.com/gorilla/mux v1.7.3
7         mastodon v0.0.0-00010101000000-000000000000
8 )
9
10 replace mastodon => ./mastodon