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 | |
| 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 |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 14 | github.com/eapache/go-resiliency v1.2.0 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 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 |
Matteo Scandolo | b45cf59 | 2020-01-21 16:10:56 -0800 | [diff] [blame] | 28 | github.com/opencord/voltha-protos/v3 v3.2.1 |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 29 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 30 | github.com/pierrec/lz4 v2.3.0+incompatible // indirect |
| 31 | github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
| 32 | github.com/spf13/pflag v1.0.3 // indirect |
| 33 | github.com/stretchr/testify v1.4.0 |
| 34 | go.etcd.io/etcd v0.0.0-20190930204107-236ac2a90522 |
| 35 | go.uber.org/atomic v1.4.0 // indirect |
| 36 | go.uber.org/multierr v1.2.0 // indirect |
| 37 | go.uber.org/zap v1.10.0 |
| 38 | golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc // indirect |
| 39 | golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect |
| 40 | golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect |
| 41 | golang.org/x/text v0.3.2 // indirect |
Girish Kumar | ca52210 | 2019-11-08 11:26:35 +0000 | [diff] [blame] | 42 | google.golang.org/appengine v1.4.0 // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 43 | google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect |
| 44 | google.golang.org/grpc v1.24.0 |
| 45 | gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 46 | gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
| 47 | gopkg.in/yaml.v2 v2.2.3 // indirect |
| 48 | ) |