Skip to content

Commit

Permalink
Merge pull request Edgio#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.