commit | 267218826e914c9e77a7106db2d4ba4b9fafe6f7 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Wed Aug 11 17:42:52 2021 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Mon Oct 04 15:19:30 2021 -0400 |
tree | 67729b923f8f1edd5534c1437c38dcf90ec2954b | |
parent | 1c5053e828ce835779375900c798ad7819fe2122 [diff] [blame] |
[VOL-4290] Voltha go library updates for gRPC migration Change-Id: I1aa2774beb6b7ed7419bc45aeb53fcae8a8ecda0
diff --git a/pkg/probe/probe.go b/pkg/probe/probe.go index 3af4bc8..84a2d5f 100644 --- a/pkg/probe/probe.go +++ b/pkg/probe/probe.go
@@ -18,9 +18,10 @@ import ( "context" "fmt" - "github.com/opencord/voltha-lib-go/v6/pkg/log" "net/http" "sync" + + "github.com/opencord/voltha-lib-go/v7/pkg/log" ) // ProbeContextKey used to fetch the Probe instance from a context