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

VERSION
-------
 o https://docs.voltha.org/master/overview/contributing.html?highlight=version#versioning

go.mod
go.sum
vendor/modules.txt
------------------
 o Bump version of repo:voltha-proto to latest published v5.4.10.
 o Files beneath the vendor/ directory are maintained automatically by tools.
   + https://go.dev/ref/mod#go-mod-vendor

 o Commands used to update, format and check files beneath vendor/
   + go mod edit -require [...]
   + go mod tidy
   + go mod vendor
   + make lint LOCAL_FIX_PERMS=1

"go mod vendor" inspired edits
------------------------------
vendor/github.com/opencord/voltha-protos/v5/LICENSE
vendor/github.com/opencord/voltha-protos/v5/go/common/common.pb.go
vendor/github.com/opencord/voltha-protos/v5/go/voip_system_profile/voip_system_profile.pb.go
vendor/github.com/opencord/voltha-protos/v5/go/voip_user_profile/voip_user_profile.pb.go
vendor/github.com/opencord/voltha-protos/v5/go/voltha/voltha.pb.go

Change-Id: I10605fb06a6068bdc19f1d92a9acb689a491f6e5
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 5b534e4..f1ed09e 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -133,7 +133,7 @@
 github.com/opencord/voltha-lib-go/v7/pkg/db/kvstore
 github.com/opencord/voltha-lib-go/v7/pkg/log
 github.com/opencord/voltha-lib-go/v7/pkg/meters
-# github.com/opencord/voltha-protos/v5 v5.4.1
+# github.com/opencord/voltha-protos/v5 v5.4.10
 ## explicit
 github.com/opencord/voltha-protos/v5/go/common
 github.com/opencord/voltha-protos/v5/go/ext/config
@@ -142,6 +142,8 @@
 github.com/opencord/voltha-protos/v5/go/omci
 github.com/opencord/voltha-protos/v5/go/openflow_13
 github.com/opencord/voltha-protos/v5/go/tech_profile
+github.com/opencord/voltha-protos/v5/go/voip_system_profile
+github.com/opencord/voltha-protos/v5/go/voip_user_profile
 github.com/opencord/voltha-protos/v5/go/voltha
 # github.com/opentracing/opentracing-go v1.2.0
 github.com/opentracing/opentracing-go