Skip to content

Commit 9ae42e9

Browse files
authored
Merge pull request #162 from EdgeCast/repo_updates
trying go mod tidy.
2 parents 84bfb68 + 34ddef8 commit 9ae42e9

File tree

2 files changed

+492
-89
lines changed

2 files changed

+492
-89
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/EdgeCast/vflow
33
go 1.15
44

55
require (
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
)

0 commit comments

Comments
 (0)