forked from iawia002/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 709 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/iawia002/annie
go 1.12
require (
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403
github.com/PuerkitoBio/goquery v1.4.1
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/cheggaaa/pb v1.0.25
github.com/fatih/color v1.7.0
github.com/kr/pretty v0.1.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/gjson v1.3.2
golang.org/x/net v0.0.0-20180621144259-afe8f62b1d6b
golang.org/x/sys v0.0.0-20180622082034-63fc586f45fe // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)