[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/go.mod b/go.mod
index aefda6b..c16e37d 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@
 	github.com/jessevdk/go-flags v1.4.0
 	github.com/jhump/protoreflect v1.5.0
 	github.com/opencord/voltha-lib-go/v7 v7.1.0
-	github.com/opencord/voltha-protos/v5 v5.4.1
+	github.com/opencord/voltha-protos/v5 v5.4.10
 	github.com/stretchr/testify v1.7.0
 	google.golang.org/appengine v1.6.1 // indirect
 	google.golang.org/grpc v1.44.0