9 lines
304 B
Modula-2
9 lines
304 B
Modula-2
module github.com/lynnesbian/mstdn-ebooks
|
|
|
|
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
|
|
)
|