mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
12 lines
202 B
Modula-2
12 lines
202 B
Modula-2
module web
|
|
|
|
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
|