17 lines
539 B
Modula-2
17 lines
539 B
Modula-2
|
module github.com/mattn/go-mastodon
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/PuerkitoBio/goquery v1.5.0
|
||
|
github.com/fatih/color v1.7.0
|
||
|
github.com/gorilla/websocket v1.4.0
|
||
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
||
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
||
|
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
|
||
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
|
||
|
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
||
|
)
|