| module github.com/opencord/voltctl |
| |
| go 1.25.5 |
| |
| 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 |
| ) |
| |
| require ( |
| github.com/Shopify/sarama v1.29.1 |
| github.com/golang/protobuf v1.5.4 |
| github.com/jessevdk/go-flags v1.4.0 |
| github.com/jhump/protoreflect v1.17.0 |
| github.com/opencord/voltha-lib-go/v7 v7.8.3 |
| github.com/opencord/voltha-protos/v5 v5.7.3 |
| github.com/stretchr/testify v1.11.1 |
| google.golang.org/grpc v1.77.0 |
| gopkg.in/yaml.v2 v2.4.0 |
| k8s.io/api v0.0.0-20190819141258-3544db3b9e44 |
| k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d |
| k8s.io/client-go v0.0.0-20190819141724-e14f31a72a77 // go get k8s.io/client-go@kubernetes-1.15.3 |
| ) |
| |
| require ( |
| github.com/bufbuild/protocompile v0.14.1 // indirect |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| github.com/coreos/go-semver v0.3.1 // indirect |
| github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| github.com/eapache/go-resiliency v1.7.0 // indirect |
| github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect |
| github.com/eapache/queue v1.1.0 // indirect |
| github.com/go-redis/redis/v8 v8.11.5 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/golang/snappy v0.0.4 // indirect |
| github.com/google/gofuzz v1.0.0 // indirect |
| github.com/googleapis/gnostic v0.3.0 // indirect |
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect |
| github.com/hashicorp/go-uuid v1.0.3 // indirect |
| github.com/imdario/mergo v0.3.7 // indirect |
| github.com/jcmturner/aescts/v2 v2.0.0 // indirect |
| github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
| github.com/jcmturner/gofork v1.7.6 // indirect |
| github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect |
| github.com/jcmturner/rpc/v2 v2.0.3 // indirect |
| github.com/json-iterator/go v1.1.11 // indirect |
| github.com/klauspost/compress v1.18.0 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.1 // indirect |
| github.com/opentracing/opentracing-go v1.2.0 // 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/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect |
| github.com/spf13/pflag v1.0.6 // indirect |
| github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect |
| github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| go.etcd.io/etcd/api/v3 v3.6.5 // indirect |
| go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect |
| go.etcd.io/etcd/client/v3 v3.6.5 // indirect |
| go.uber.org/atomic v1.7.0 // indirect |
| go.uber.org/multierr v1.11.0 // indirect |
| go.uber.org/zap v1.27.0 // indirect |
| golang.org/x/crypto v0.43.0 // indirect |
| golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect |
| golang.org/x/oauth2 v0.32.0 // indirect |
| golang.org/x/sys v0.37.0 // indirect |
| golang.org/x/term v0.36.0 // indirect |
| golang.org/x/text v0.30.0 // indirect |
| golang.org/x/time v0.9.0 // indirect |
| google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect |
| google.golang.org/protobuf v1.36.11 // indirect |
| gopkg.in/inf.v0 v0.9.1 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| k8s.io/klog v0.3.1 // indirect |
| k8s.io/utils v0.0.0-20190221042446-c2654d5206da // indirect |
| sigs.k8s.io/yaml v1.4.0 // indirect |
| ) |