28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
|
module code.ivysaur.me/annie-miqt
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403
|
||
|
github.com/PuerkitoBio/goquery v1.5.1
|
||
|
github.com/andybalholm/cascadia v1.2.0
|
||
|
github.com/cheggaaa/pb v1.0.29-0.20200109123023-ca7ab1060666
|
||
|
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
|
||
|
github.com/fatih/color v1.9.0
|
||
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
||
|
github.com/iawia002/annie v0.0.0-20200204103259-9f6dfcb99250
|
||
|
github.com/kr/pretty v0.1.0
|
||
|
github.com/kr/text v0.1.0
|
||
|
github.com/mattn/go-colorable v0.1.5-0.20200110010445-c742d6fb21c2
|
||
|
github.com/mattn/go-isatty v0.0.13-0.20200128103942-cb30d6282491
|
||
|
github.com/mattn/go-runewidth v0.0.9-0.20200125155203-588506649b41
|
||
|
github.com/rs/zerolog v1.17.3-0.20200115210151-505b18daf2bb
|
||
|
github.com/rylio/ytdl v0.6.3-0.20200102153401-9eb9d2cc8513
|
||
|
github.com/tidwall/gjson v1.4.0
|
||
|
github.com/tidwall/match v1.0.1
|
||
|
github.com/tidwall/pretty v1.0.1
|
||
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
||
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
|
||
|
golang.org/x/text v0.3.3-0.20191230102452-929e72ca90de
|
||
|
)
|