Girish Gowdra | 89c985b | 2020-10-14 15:02:09 -0700 | [diff] [blame] | 1 | module github.com/opencord/voltha-lib-go/v4 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 2 | |
Kent Hagerman | 3da1fd0 | 2020-02-26 10:54:07 -0500 | [diff] [blame] | 3 | go 1.13 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 4 | |
| 5 | require ( |
| 6 | github.com/DataDog/zstd v1.4.1 // indirect |
| 7 | github.com/Shopify/sarama v1.23.1 |
| 8 | github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect |
| 9 | github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d |
| 10 | github.com/bsm/sarama-cluster v2.1.15+incompatible |
khenaidoo | b6238b3 | 2020-04-07 12:07:36 -0400 | [diff] [blame] | 11 | github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72 |
| 12 | github.com/cespare/xxhash v1.1.0 |
Scott Baker | 456b893 | 2019-10-24 10:36:39 -0700 | [diff] [blame] | 13 | github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 |
Girish Kumar | 46d7c3a | 2020-05-18 12:06:33 +0000 | [diff] [blame] | 14 | github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 15 | github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect |
| 16 | github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 17 | github.com/eapache/go-resiliency v1.2.0 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 18 | github.com/frankban/quicktest v1.5.0 // indirect |
Scott Baker | 456b893 | 2019-10-24 10:36:39 -0700 | [diff] [blame] | 19 | github.com/gogo/protobuf v1.3.0 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 20 | github.com/golang/protobuf v1.3.2 |
| 21 | github.com/google/uuid v1.1.1 |
Girish Kumar | 7424065 | 2020-07-10 11:54:28 +0000 | [diff] [blame] | 22 | github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 23 | github.com/hashicorp/consul/api v1.2.0 |
| 24 | github.com/hashicorp/go-immutable-radix v1.1.0 // indirect |
| 25 | github.com/hashicorp/go-msgpack v0.5.5 // indirect |
| 26 | github.com/hashicorp/go-rootcerts v1.0.1 // indirect |
| 27 | github.com/hashicorp/golang-lru v0.5.3 // indirect |
| 28 | github.com/hashicorp/memberlist v0.1.5 // indirect |
| 29 | github.com/hashicorp/serf v0.8.4 // indirect |
| 30 | github.com/jcmturner/gofork v1.0.0 // indirect |
| 31 | github.com/onsi/gomega v1.4.2 // indirect |
Himani Chawla | adc1b31 | 2021-02-04 13:12:33 +0530 | [diff] [blame^] | 32 | github.com/opencord/voltha-protos/v4 v4.0.12 |
Girish Kumar | 46d7c3a | 2020-05-18 12:06:33 +0000 | [diff] [blame] | 33 | github.com/opentracing/opentracing-go v1.1.0 |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 34 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 35 | github.com/pierrec/lz4 v2.3.0+incompatible // indirect |
| 36 | github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
| 37 | github.com/spf13/pflag v1.0.3 // indirect |
| 38 | github.com/stretchr/testify v1.4.0 |
Girish Kumar | 46d7c3a | 2020-05-18 12:06:33 +0000 | [diff] [blame] | 39 | github.com/uber/jaeger-client-go v2.23.1+incompatible |
Girish Kumar | 131ef8f | 2020-06-10 14:50:42 +0000 | [diff] [blame] | 40 | github.com/uber/jaeger-lib v2.2.0+incompatible // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 41 | go.etcd.io/etcd v0.0.0-20190930204107-236ac2a90522 |
| 42 | go.uber.org/atomic v1.4.0 // indirect |
| 43 | go.uber.org/multierr v1.2.0 // indirect |
| 44 | go.uber.org/zap v1.10.0 |
| 45 | golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc // indirect |
| 46 | golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect |
| 47 | golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect |
| 48 | golang.org/x/text v0.3.2 // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 49 | google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect |
| 50 | google.golang.org/grpc v1.24.0 |
| 51 | gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 52 | gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
| 53 | gopkg.in/yaml.v2 v2.2.3 // indirect |
| 54 | ) |