Skip to content

Commit

Permalink
Merge pull request #162 from EdgeCast/repo_updates
Browse files Browse the repository at this point in the history
trying go mod tidy.
  • Loading branch information
mehrdadrad authored May 16, 2022
2 parents 84bfb68 + 34ddef8 commit 9ae42e9
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 89 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/EdgeCast/vflow
go 1.15

require (
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/Shopify/sarama v1.26.3
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/Shopify/sarama v1.33.0
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/nsqio/go-nsq v1.0.8
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/prometheus/client_golang v1.6.0
github.com/segmentio/kafka-go v0.4.7
golang.org/x/net v0.0.0-20201021035429-f5854403a974
gopkg.in/yaml.v2 v2.3.0
github.com/nats-io/nats-server/v2 v2.8.2 // indirect
github.com/nats-io/nats.go v1.15.0
github.com/nsqio/go-nsq v1.1.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/prometheus/client_golang v1.12.2
github.com/segmentio/kafka-go v0.4.31
golang.org/x/net v0.0.0-20220513224357-95641704303c
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 9ae42e9

Please sign in to comment.