2019-05-14 05:14:13 +02:00
|
|
|
module github.com/mattn/go-mastodon
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
2020-01-09 10:53:13 +01:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-05-14 05:14:13 +02:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859
|
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
|
|
github.com/urfave/cli v1.20.0
|
2020-01-09 10:55:36 +01:00
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
2019-05-14 05:14:13 +02:00
|
|
|
)
|