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
|
2020-01-09 11:25:15 +01:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2020-01-09 11:31:10 +01:00
|
|
|
github.com/mattn/go-tty v0.0.3
|
2019-05-14 05:14:13 +02:00
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
|
|
github.com/urfave/cli v1.20.0
|
2020-01-14 16:56:48 +01:00
|
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
|
2019-05-14 05:14:13 +02:00
|
|
|
)
|