bloat/go.mod

12 lines
202 B
Modula-2
Raw Normal View History

2019-12-13 18:08:26 +00:00
module web
go 1.13
require (
github.com/gorilla/mux v1.7.3
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