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