| module github.com/opencord/voltha-go |
| |
| go 1.23 |
| |
| replace ( |
| github.com/coreos/bbolt v1.3.4 => go.etcd.io/bbolt v1.3.4 |
| go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.4 |
| google.golang.org/grpc => google.golang.org/grpc v1.25.1 |
| ) |
| |
| require ( |
| github.com/Shopify/sarama v1.29.1 |
| github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72 |
| github.com/cenkalti/backoff/v3 v3.2.2 |
| github.com/cespare/xxhash v1.1.0 |
| github.com/gogo/protobuf v1.3.2 |
| github.com/golang/mock v1.6.0 |
| github.com/golang/protobuf v1.5.2 |
| github.com/google/uuid v1.3.0 |
| github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| github.com/opencord/voltha-lib-go/v7 v7.6.6 |
| github.com/opencord/voltha-protos/v5 v5.6.2 |
| github.com/opentracing/opentracing-go v1.2.0 |
| github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
| github.com/stretchr/testify v1.7.0 |
| github.com/uber/jaeger-client-go v2.29.1+incompatible |
| google.golang.org/grpc v1.44.0 |
| ) |
| |
| require ( |
| github.com/beorn7/perks v1.0.1 // indirect |
| github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect |
| github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 // indirect |
| github.com/coreos/bbolt v1.3.4 // indirect |
| github.com/coreos/etcd v3.3.25+incompatible // indirect |
| github.com/coreos/go-semver v0.3.0 // indirect |
| github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect |
| github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| github.com/dustin/go-humanize v1.0.0 // indirect |
| github.com/eapache/go-resiliency v1.2.0 // indirect |
| github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect |
| github.com/eapache/queue v1.1.0 // indirect |
| github.com/go-redis/redis/v8 v8.3.4 // indirect |
| github.com/golang/snappy v0.0.3 // indirect |
| github.com/google/btree v1.0.1 // indirect |
| github.com/gorilla/websocket v1.4.2 // indirect |
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect |
| github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
| github.com/hashicorp/go-uuid v1.0.2 // indirect |
| github.com/jcmturner/aescts/v2 v2.0.0 // indirect |
| github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
| github.com/jcmturner/gofork v1.0.0 // indirect |
| github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect |
| github.com/jcmturner/rpc/v2 v2.0.3 // indirect |
| github.com/jhump/protoreflect v1.10.2 // indirect |
| github.com/jonboulle/clockwork v0.2.2 // indirect |
| github.com/json-iterator/go v1.1.11 // indirect |
| github.com/klauspost/compress v1.12.2 // indirect |
| github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect |
| github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.1 // indirect |
| github.com/pierrec/lz4 v2.6.0+incompatible // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/prometheus/client_golang v1.11.0 // indirect |
| github.com/prometheus/client_model v0.2.0 // indirect |
| github.com/prometheus/common v0.26.0 // indirect |
| github.com/prometheus/procfs v0.6.0 // indirect |
| github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect |
| github.com/sirupsen/logrus v1.6.0 // indirect |
| github.com/soheilhy/cmux v0.1.5 // indirect |
| github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect |
| github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect |
| go.etcd.io/etcd v3.3.25+incompatible // indirect |
| go.opentelemetry.io/otel v0.13.0 // indirect |
| go.uber.org/atomic v1.7.0 // indirect |
| go.uber.org/multierr v1.6.0 // indirect |
| go.uber.org/zap v1.18.1 // indirect |
| golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect |
| golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect |
| golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect |
| golang.org/x/text v0.3.6 // indirect |
| golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
| google.golang.org/genproto v0.0.0-20220208230804-65c12eb4c068 // indirect |
| google.golang.org/protobuf v1.27.1 // indirect |
| gopkg.in/yaml.v2 v2.4.0 // indirect |
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| sigs.k8s.io/yaml v1.2.0 // indirect |
| ) |