Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Oct 19, 2020
1 parent 2c6c8e0 commit e7fdee2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ module github.com/yahoo/panoptes-stream
go 1.15

require (
github.com/Shopify/sarama v1.19.0
github.com/Shopify/sarama v1.27.1
github.com/cisco-ie/nx-telemetry-proto v0.0.0-20190531143454-82441e232cf6
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/hashicorp/consul/api v1.5.0
github.com/hashicorp/consul/sdk v0.5.0
github.com/hashicorp/vault v1.4.3
github.com/hashicorp/vault-plugin-secrets-kv v0.5.5
github.com/hashicorp/vault/api v1.0.5-0.20200317185738-82f498082f02
github.com/hashicorp/vault/sdk v0.1.14-0.20200702114606-96dd7d6e10db
github.com/influxdata/influxdb v1.8.1
github.com/influxdata/influxdb-client-go/v2 v2.0.1
github.com/influxdata/influxdb v1.8.3
github.com/influxdata/influxdb-client-go/v2 v2.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/nsqio/go-nsq v1.0.8
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802
github.com/openconfig/ygot v0.8.1
github.com/prometheus/client_golang v1.7.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/segmentio/kafka-go v0.3.7
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.2.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20200520232829-54ba9589114f
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.0
Expand Down
Loading

0 comments on commit e7fdee2

Please sign in to comment.