forked from housepower/clickhouse_sinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.22 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
module github.com/housepower/clickhouse_sinker
go 1.12
require (
github.com/DataDog/zstd v1.4.0 // indirect
github.com/PuerkitoBio/goquery v0.0.0-20170623162102-8806ada2a4ab // indirect
github.com/Shopify/sarama v0.0.0-20190508151917-a5ecebcaa3bd
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
github.com/bkaradzic/go-lz4 v1.0.0 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v2.2.0+incompatible
github.com/kshvakov/clickhouse v1.3.9
github.com/pierrec/lz4 v0.0.0-20190507090305-b8e3f78e075c // indirect
github.com/robinjoseph08/redisqueue v1.0.1
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/ssgreg/repeat v1.4.1
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.1.3
github.com/tidwall/match v1.0.0 // indirect
github.com/valyala/fastjson v1.4.1
github.com/wswz/go_commons v0.0.0-20180723103154-ef9bd45e685a
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
)