mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 06:33:01 +00:00
12 lines
204 B
Modula-2
12 lines
204 B
Modula-2
module bloat
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
|
|
mastodon v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace mastodon => ./mastodon
|