mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-09 16:14:11 +00:00
10 lines
143 B
Modula-2
10 lines
143 B
Modula-2
module bloat
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.3
|
|
mastodon v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace mastodon => ./mastodon
|