go-mastodon/cmd/mstdn/go.mod

15 lines
342 B
Modula-2
Raw Normal View History

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
2023-03-12 14:25:45 +01:00
github.com/urfave/cli/v2 v2.23.5
2022-06-04 16:01:37 +02:00
golang.org/x/net v0.0.0-20220531201128-c960675eff93
)