forked from openconfig/gnmi-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (36 loc) · 1.58 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/openconfig/gnmi-gateway
go 1.13
require (
github.com/Netflix/spectator-go v0.1.3
github.com/cespare/xxhash/v2 v2.1.1
github.com/go-zookeeper/zk v1.0.2
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.3
github.com/google/gnxi v0.0.0-20200831120455-017df4756f78
github.com/google/go-cmp v0.5.5
github.com/hashicorp/consul/api v1.5.0
github.com/hashicorp/vault v1.8.2
github.com/hashicorp/vault-plugin-secrets-kv v0.9.0
github.com/hashicorp/vault/api v1.1.2-0.20210713235431-1fc8af4c041f
github.com/hashicorp/vault/sdk v0.2.2-0.20210825150427-9b1f4d486f5d
github.com/influxdata/influxdb v1.8.3 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.2.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/netbox-community/go-netbox v0.0.0-20201002085217-91e5d561efe4
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802
github.com/openconfig/goyang v0.0.0-20200623182805-6be32aef2bcd
github.com/openconfig/ygot v0.8.1 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.11.1
github.com/rs/zerolog v1.17.2
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/segmentio/kafka-go v0.4.6
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/client-go v0.18.6 // indirect
k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect
)