khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 1 | module github.com/opencord/voltha-lib-go/v7 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 2 | |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 3 | go 1.16 |
| 4 | |
| 5 | replace ( |
| 6 | github.com/coreos/bbolt v1.3.4 => go.etcd.io/bbolt v1.3.4 |
| 7 | go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.4 |
| 8 | google.golang.org/grpc => google.golang.org/grpc v1.25.1 |
| 9 | ) |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 10 | |
| 11 | require ( |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 12 | github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect |
| 13 | github.com/Shopify/sarama v1.29.1 |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 14 | github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d |
| 15 | github.com/bsm/sarama-cluster v2.1.15+incompatible |
Scott Baker | 456b893 | 2019-10-24 10:36:39 -0700 | [diff] [blame] | 16 | github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 17 | github.com/coreos/bbolt v1.3.4 // indirect |
| 18 | github.com/coreos/etcd v3.3.25+incompatible // indirect |
| 19 | github.com/coreos/go-semver v0.3.0 // indirect |
| 20 | github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect |
| 21 | github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
| 22 | github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
| 23 | github.com/dustin/go-humanize v1.0.0 // indirect |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 24 | github.com/eapache/go-resiliency v1.2.0 |
serkant.uluderya | e5afeff | 2021-02-23 18:00:23 +0300 | [diff] [blame] | 25 | github.com/go-redis/redis/v8 v8.3.4 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 26 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 27 | github.com/golang/protobuf v1.5.2 |
| 28 | github.com/google/btree v1.0.1 // indirect |
| 29 | github.com/google/uuid v1.3.0 |
| 30 | github.com/gorilla/websocket v1.4.2 // indirect |
| 31 | github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| 32 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect |
| 33 | github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
khenaidoo | 0927c72 | 2021-12-15 16:49:32 -0500 | [diff] [blame] | 34 | github.com/jhump/protoreflect v1.10.2 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 35 | github.com/jonboulle/clockwork v0.2.2 // indirect |
| 36 | github.com/onsi/gomega v1.14.0 // indirect |
Joey Armstrong | 0eabdef | 2024-01-17 18:23:36 -0500 | [diff] [blame] | 37 | github.com/opencord/voltha-protos/v5 v5.5.0 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 38 | github.com/opentracing/opentracing-go v1.2.0 |
Scott Baker | a36b498 | 2019-11-26 08:09:23 -0800 | [diff] [blame] | 39 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
amit.ghosh | 6ab2a98 | 2022-09-15 21:04:53 +0200 | [diff] [blame] | 40 | github.com/prometheus/client_golang v1.11.0 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 41 | github.com/soheilhy/cmux v0.1.5 // indirect |
| 42 | github.com/stretchr/testify v1.7.0 |
| 43 | github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect |
| 44 | github.com/uber/jaeger-client-go v2.29.1+incompatible |
| 45 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| 46 | github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect |
| 47 | go.etcd.io/bbolt v1.3.4 // indirect |
| 48 | go.etcd.io/etcd v3.3.25+incompatible |
| 49 | go.uber.org/zap v1.18.1 |
| 50 | golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
khenaidoo | a5feb8e | 2021-10-19 17:29:22 -0400 | [diff] [blame] | 51 | golang.org/x/tools v0.1.1 // indirect |
khenaidoo | 0927c72 | 2021-12-15 16:49:32 -0500 | [diff] [blame] | 52 | google.golang.org/grpc v1.44.0 |
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 53 | google.golang.org/protobuf v1.27.1 |
| 54 | sigs.k8s.io/yaml v1.2.0 // indirect |
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 55 | ) |