Update dependencies
This commit is contained in:
parent
1dd699ecee
commit
a0db0ed8a0
2 changed files with 49 additions and 47 deletions
13
go.mod
13
go.mod
|
@ -3,11 +3,14 @@ module github.com/mattn/go-mastodon
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.5.0
|
||||
github.com/fatih/color v1.9.0
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
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.20.0
|
||||
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue