[VOL-5053] - Release build for votlha-lib-go

Makefile
--------
  o Fixed target name, should be test-go-cover not test-go.

go.mod
go.sum
------
  o update modules voltha-protos and protobuf

vendor/github.com/golang/protobuf/jsonpb/decode.go
vendor/github.com/opencord/voltha-protos/v5/LICENSE
vendor/modules.txt
---------------------------------------------------
  o Edits triggered by targets mod-update and testOn branch dev-joey

makefiles/*
-----------
  o Refresh library makefiles, pull in latest virtualenv.mk and lint/yaml/*

Change-Id: Id79363c85751f19ec405e5e85c5063e2e8af3911
diff --git a/go.mod b/go.mod
index bdd1537..9f383e8 100644
--- a/go.mod
+++ b/go.mod
@@ -53,3 +53,7 @@
 	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