serkant.uluderya | b38671c | 2019-11-01 09:35:38 -0700 | [diff] [blame] | 1 | module github.com/opencord/voltha-lib-go/v3 |
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 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 14 | github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect |
| 15 | github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 16 | github.com/eapache/go-resiliency v1.2.0 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 17 | github.com/frankban/quicktest v1.5.0 // indirect |
Scott Baker | 456b893 | 2019-10-24 10:36:39 -0700 | [diff] [blame] | 18 | github.com/gogo/protobuf v1.3.0 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 19 | github.com/golang/protobuf v1.3.2 |
| 20 | github.com/google/uuid v1.1.1 |
| 21 | github.com/hashicorp/consul/api v1.2.0 |
| 22 | github.com/hashicorp/go-immutable-radix v1.1.0 // indirect |
| 23 | github.com/hashicorp/go-msgpack v0.5.5 // indirect |
| 24 | github.com/hashicorp/go-rootcerts v1.0.1 // indirect |
| 25 | github.com/hashicorp/golang-lru v0.5.3 // indirect |
| 26 | github.com/hashicorp/memberlist v0.1.5 // indirect |
| 27 | github.com/hashicorp/serf v0.8.4 // indirect |
| 28 | github.com/jcmturner/gofork v1.0.0 // indirect |
| 29 | github.com/onsi/gomega v1.4.2 // indirect |
Matteo Scandolo | d58eaef | 2020-03-30 12:30:02 -0700 | [diff] [blame] | 30 | github.com/opencord/voltha-protos/v3 v3.3.0 |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 31 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 32 | github.com/pierrec/lz4 v2.3.0+incompatible // indirect |
| 33 | github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
| 34 | github.com/spf13/pflag v1.0.3 // indirect |
| 35 | github.com/stretchr/testify v1.4.0 |
| 36 | go.etcd.io/etcd v0.0.0-20190930204107-236ac2a90522 |
| 37 | go.uber.org/atomic v1.4.0 // indirect |
| 38 | go.uber.org/multierr v1.2.0 // indirect |
| 39 | go.uber.org/zap v1.10.0 |
| 40 | golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc // indirect |
| 41 | golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect |
| 42 | golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect |
| 43 | golang.org/x/text v0.3.2 // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 44 | google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect |
| 45 | google.golang.org/grpc v1.24.0 |
| 46 | gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 47 | gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
| 48 | gopkg.in/yaml.v2 v2.2.3 // indirect |
| 49 | ) |