forked from housepower/clickhouse_sinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
43 lines (41 loc) · 1.88 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
37
38
39
40
41
42
43
module github.com/housepower/clickhouse_sinker
go 1.14
require (
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/PuerkitoBio/goquery v0.0.0-20170623162102-8806ada2a4ab // indirect
github.com/Shopify/sarama v1.27.1
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/cespare/xxhash v1.1.0
github.com/fagongzi/goetty v1.6.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/gops v0.3.12
github.com/google/uuid v1.1.1
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
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/mattn/go-colorable v0.1.7 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/common v0.8.0
github.com/segmentio/kafka-go v0.4.2
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1
github.com/sundy-li/go_commons v0.0.0-20191120121859-84e4cb0afce4
github.com/tidwall/gjson v1.1.3
github.com/tidwall/match v1.0.0 // indirect
github.com/valyala/fastjson v1.4.1
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200917061948-648f2a039071 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
)