forked from clindet/bget
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (29 loc) · 1.23 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
module github.com/openanno/bget
go 1.14
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/PuerkitoBio/goquery v1.5.1
github.com/basgys/goxml2json v1.1.0
github.com/biogo/ncbi v1.0.2
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chromedp/cdproto v0.0.0-20200424080200-0de008e41fa0 // indirect
github.com/chromedp/chromedp v0.5.3
github.com/gobwas/ws v1.0.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/google/go-github/v27 v27.0.6
github.com/mailru/easyjson v0.7.1 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/openbiox/ligo v0.0.0-20200607024921-dd2356ca56a1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/tebeka/selenium v0.9.9 // indirect
github.com/tidwall/pretty v1.0.1
github.com/vbauerster/mpb/v5 v5.2.2
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
)