11 lines
429 B
Modula-2
11 lines
429 B
Modula-2
module github.com/lynnesbian/mstdn-ebooks
|
|
|
|
replace github.com/mattn/go-mastodon => github.com/BenLubar-PR/go-mastodon v0.0.3-0.20181020214714-b83071c1d6fe // indirect
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/mattn/go-mastodon v0.0.3-0.20180129050910-2ccbcfe14d7a
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f
|
|
)
|