Refector render structs
[bloat] / go.mod
1 module web
2
3 go 1.13
4
5 require (
6         github.com/gorilla/mux v1.7.3
7         github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
8         mastodon v0.0.0-00010101000000-000000000000
9 )
10
11 replace mastodon => ./mastodon