blob: f4f2b97a7f117958de324170920a6eb5c284651c [file] [log] [blame]
Naveen Sampath04696f72022-06-13 15:19:14 +05301module voltha-go-controller
2
mgouda560ac2b2025-11-18 12:21:46 +05303go 1.25.3
Naveen Sampath04696f72022-06-13 15:19:14 +05304
Abhay Kumarfe505f22025-11-10 14:16:31 +00005replace github.com/google/gopacket => github.com/tinojj/gopacket v1.1.20-0.20220525133109-3e65a52a1a61
Naveen Sampath04696f72022-06-13 15:19:14 +05306
7require (
8 github.com/go-redis/redis/v8 v8.11.5
Abhay Kumarfe505f22025-11-10 14:16:31 +00009 github.com/golang/mock v1.6.0
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053010 github.com/golang/protobuf v1.5.4
Naveen Sampath04696f72022-06-13 15:19:14 +053011 github.com/google/gopacket v0.0.0-00010101000000-000000000000
vinodd213b092024-03-28 16:10:07 +053012 github.com/gorilla/mux v1.8.1
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000013 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
14 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Naveen Sampath04696f72022-06-13 15:19:14 +053015 github.com/guumaster/tablewriter v0.0.10
Abhay Kumarfe505f22025-11-10 14:16:31 +000016 github.com/jessevdk/go-flags v1.6.1
17 github.com/opencord/voltha-lib-go/v7 v7.7.2
18 github.com/opencord/voltha-protos/v5 v5.6.6
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000019 github.com/prometheus/client_golang v1.23.2
Abhay Kumarfe505f22025-11-10 14:16:31 +000020 github.com/stretchr/testify v1.11.1
21 go.uber.org/atomic v1.7.0
22 google.golang.org/grpc v1.76.0
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053023)
24
25require (
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000026 github.com/beorn7/perks v1.0.1 // indirect
Abhay Kumarfe505f22025-11-10 14:16:31 +000027 github.com/cespare/xxhash/v2 v2.3.0 // indirect
28 github.com/cevaris/ordered_map v0.0.0-20220813181356-34664b69742b // indirect
29 github.com/coreos/go-semver v0.3.1 // indirect
30 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053031 github.com/davecgh/go-spew v1.1.1 // indirect
32 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
33 github.com/gogo/protobuf v1.3.2 // indirect
Abhay Kumarfe505f22025-11-10 14:16:31 +000034 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053035 github.com/mattn/go-runewidth v0.0.10 // indirect
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000036 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053037 github.com/opentracing/opentracing-go v1.2.0 // indirect
38 github.com/pkg/errors v0.9.1 // indirect
39 github.com/pmezard/go-difflib v1.0.0 // indirect
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000040 github.com/prometheus/client_model v0.6.2 // indirect
41 github.com/prometheus/common v0.66.1 // indirect
42 github.com/prometheus/procfs v0.16.1 // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053043 github.com/rivo/uniseg v0.1.0 // indirect
Abhay Kumarfe505f22025-11-10 14:16:31 +000044 github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053045 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
Abhay Kumarfe505f22025-11-10 14:16:31 +000046 go.etcd.io/etcd/api/v3 v3.6.5 // indirect
47 go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect
48 go.etcd.io/etcd/client/v3 v3.6.5 // indirect
49 go.uber.org/multierr v1.11.0 // indirect
50 go.uber.org/zap v1.27.0 // indirect
Abhay Kumarbe5b5bd2025-12-09 08:47:09 +000051 go.yaml.in/yaml/v2 v2.4.2 // indirect
Abhay Kumarfe505f22025-11-10 14:16:31 +000052 golang.org/x/net v0.46.0 // indirect
53 golang.org/x/sys v0.37.0 // indirect
54 golang.org/x/text v0.30.0 // indirect
55 google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
56 google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
57 google.golang.org/protobuf v1.36.10 // indirect
Akash Reddy Kankanala105581b2024-09-11 05:20:38 +053058 gopkg.in/yaml.v3 v3.0.1 // indirect
Naveen Sampath04696f72022-06-13 15:19:14 +053059)