[VOL-5191] - update voltha-protos to v5.4.10

[VOL-5190] - consistent voltha-protos version for all repos

go.mod
go.sum
vendor/modules.txt
------------------
 o Bump version of repo:voltha-proto to latest published v5.4.10.
 o go mod edit -require [...]
 o go mod tidy
 o go mod vendor
 o make lint

** Regenerate go.mod using -require and resovled an older
** stray replace directive.

** Revert protobuf to v1.5.2, ugrade not deployed everywhere yet.
** vendor/ directory has dependencies on an older version v1.3.x.

Change-Id: I1aeb0391f89d20df71bdcfc66f4a55acfacdb680
diff --git a/go.mod b/go.mod
index 9f383e8..3d5052e 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@
 	github.com/jhump/protoreflect v1.10.2
 	github.com/jonboulle/clockwork v0.2.2 // indirect
 	github.com/onsi/gomega v1.14.0 // indirect
-	github.com/opencord/voltha-protos/v5 v5.4.6
+	github.com/opencord/voltha-protos/v5 v5.4.10
 	github.com/opentracing/opentracing-go v1.2.0
 	github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
 	github.com/prometheus/client_golang v1.11.0
@@ -53,7 +53,3 @@
 	google.golang.org/protobuf v1.27.1
 	sigs.k8s.io/yaml v1.2.0 // indirect
 )
-
-replace github.com/opencord/voltha-protos/v5 => github.com/opencord/voltha-protos/v5 v5.4.7
-
-replace github.com/golang/protobuf => github.com/golang/protobuf v1.5.3