This repository has been archived on 2022-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
amber-ebooks-archived/go.mod

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
)