File tree Expand file tree Collapse file tree 2 files changed +492
-89
lines changed
Expand file tree Collapse file tree 2 files changed +492
-89
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/EdgeCast/vflow
33go 1.15
44
55require (
6- github.com/ClickHouse/clickhouse-go v1.4.3
7- github.com/Shopify/sarama v1.26.3
6+ github.com/ClickHouse/clickhouse-go v1.5.4
7+ github.com/Shopify/sarama v1.33.0
88 github.com/bsm/sarama-cluster v2.1.15+incompatible
9- github.com/nats-io/nats-server/v2 v2.1.8 // indirect
10- github.com/nats-io/nats.go v1.10 .0
11- github.com/nsqio/go-nsq v1.0.8
12- github.com/onsi/ginkgo v1.14.2 // indirect
13- github.com/onsi/gomega v1.10.3 // indirect
14- github.com/prometheus/client_golang v1.6.0
15- github.com/segmentio/kafka-go v0.4.7
16- golang.org/x/net v0.0.0-20201021035429-f5854403a974
17- gopkg.in/yaml.v2 v2.3 .0
9+ github.com/nats-io/nats-server/v2 v2.8.2 // indirect
10+ github.com/nats-io/nats.go v1.15 .0
11+ github.com/nsqio/go-nsq v1.1.0
12+ github.com/onsi/ginkgo v1.16.5 // indirect
13+ github.com/onsi/gomega v1.19.0 // indirect
14+ github.com/prometheus/client_golang v1.12.2
15+ github.com/segmentio/kafka-go v0.4.31
16+ golang.org/x/net v0.0.0-20220513224357-95641704303c
17+ gopkg.in/yaml.v2 v2.4 .0
1818)
You can’t perform that action at this time.
0 commit comments