Separate go.mod

This commit is contained in:
Yasuhiro Matsumoto 2022-06-04 23:01:37 +09:00
parent b2204e0d6a
commit d272534ac7
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
4 changed files with 73 additions and 61 deletions

12
go.mod
View file

@ -1,16 +1,8 @@
module github.com/mattn/go-mastodon
go 1.12
go 1.16
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/gorilla/websocket v1.5.0
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
)