[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

Change-Id: I459c1df394e04ca915a8c6b9f9785b2ca0586351
diff --git a/go.mod b/go.mod
index a85c7c7..0e81dbd 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@
 	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
 	github.com/opencord/goloxi v1.0.1
 	github.com/opencord/voltha-lib-go/v7 v7.4.5
-	github.com/opencord/voltha-protos/v5 v5.4.9
+	github.com/opencord/voltha-protos/v5 v5.4.10
 	github.com/stretchr/testify v1.7.0
 	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
 	google.golang.org/grpc v1.44.0