-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
36 lines (34 loc) · 1.8 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module funny
require (
github.com/Code-Hex/pget v0.0.0-20170428105109-9294f7465fa7 // indirect
github.com/Code-Hex/updater v0.0.0-20160712085121-c3f278672520 // indirect
github.com/JoelOtter/termloop v0.0.0-20181112204055-0f8867e43cbb // indirect
github.com/PuerkitoBio/goquery v1.4.1
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/antonholmquist/jason v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/bfanger/framebuffer v0.0.0-20180422215920-c4065e73be9c
github.com/chromedp/cdproto v0.0.0-20180713053126-e314dc107013
github.com/chromedp/chromedp v0.1.2
github.com/go-gl/gl v0.0.0-20181026044259-55b76b7df9d2
github.com/go-gl/glfw v0.0.0-20181014061658-691ee1b84c51
github.com/huichen/sego v0.0.0-20180617034105-3f3c8a8cfacc
github.com/issue9/assert v1.0.0 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/pkg/errors v0.8.0
github.com/rakyll/statik v0.1.5
github.com/ricochet2200/go-disk-usage v0.0.0-20150921141558-f0d1b743428f // indirect
golang.org/x/net v0.0.0-20181106040132-ab400d30ebde // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v2 v2.2.1 // indirect
)