mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-03-18 12:34:43 +00:00
10 lines
141 B
Modula-2
10 lines
141 B
Modula-2
module web
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.3
|
|
mastodon v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace mastodon => ./mastodon
|