17 lines
519 B
Modula-2
17 lines
519 B
Modula-2
module github.com/mattn/go-mastodon
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/fatih/color v1.13.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-tty v0.0.3
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
github.com/urfave/cli v1.22.5
|
|
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3
|
|
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
|
|
)
|