2020-01-01 15:58:27 +00:00
|
|
|
module bloat
|
2019-12-13 18:08:26 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-12-17 20:17:25 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
|
2019-12-13 18:08:26 +00:00
|
|
|
mastodon v0.0.0-00010101000000-000000000000
|
|
|
|
)
|
|
|
|
|
|
|
|
replace mastodon => ./mastodon
|