2022-06-04 16:01:37 +02:00
|
|
|
module github.com/mattn/go-mastodon/cmd/mstdn
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
replace github.com/mattn/go-mastodon => ../..
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
|
|
github.com/fatih/color v1.13.0
|
|
|
|
github.com/mattn/go-mastodon v0.0.4
|
|
|
|
github.com/mattn/go-tty v0.0.4
|
2022-11-27 05:24:42 +01:00
|
|
|
github.com/urfave/cli v1.13.0
|
|
|
|
github.com/urfave/cli/v2 v2.23.5 // indirect
|
2022-06-04 16:01:37 +02:00
|
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93
|
|
|
|
)
|