[VOL-1743] Create Kubernetes Probes for Open OLT Adapter

Change-Id: I93da6287f51cecab8b7145bd1786e9447617216b
diff --git a/go.mod b/go.mod
index a80c8b3..91d0a3b 100644
--- a/go.mod
+++ b/go.mod
@@ -5,11 +5,13 @@
 require (
 	github.com/gogo/protobuf v1.3.0
 	github.com/golang/protobuf v1.3.2
+	github.com/jstemmer/go-junit-report v0.9.1 // indirect
 	github.com/onsi/ginkgo v1.8.0 // indirect
 	github.com/onsi/gomega v1.5.0 // indirect
 	github.com/opencord/voltha-go v0.0.0-20191018170815-cb7c88a83125
 	github.com/opencord/voltha-lib-go v0.0.0-20191017201200-e73f91e306e9
 	github.com/opencord/voltha-protos v1.0.3
+	github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
 	go.etcd.io/etcd v0.0.0-20190930204107-236ac2a90522
 	google.golang.org/grpc v1.24.0
 )