-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 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
module github.com/demeyerthom/belgian-companies
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/actgardner/gogen-avro v6.3.1+incompatible
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/antchfx/htmlquery v1.0.0
github.com/antchfx/xpath v0.0.0-20190319080838-ce1d48779e67 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/olivere/elastic v6.2.26+incompatible
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/segmentio/kafka-go v0.2.2
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6
golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect
)