mastotool/go.mod

14 lines
618 B
Modula-2

module github.com/muesli/statootstics
require (
github.com/gorilla/websocket v1.4.0 // indirect
github.com/mattn/go-mastodon v0.0.3-0.20181122123740-c5945152ec75
github.com/microcosm-cc/bluemonday v1.0.1
github.com/muesli/goprogressbar v0.0.0-20180221033428-8ba388894ed9
github.com/muesli/gotable v0.0.0-20180521192606-513fc87bb47c
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
)