import error of gnmi_collector.go
There exist import errors for the below lines "github.com/openconfig/gnmi/manager/manager" "github.com/openconfig/gnmi/tunnel/dialer"
gnmi_collector.go:40:2: no required module provides package github.com/openconfig/gnmi/manager/manager; to add it: go get github.com/openconfig/gnmi/manager/manager gnmi_collector.go:43:2: no required module provides package github.com/openconfig/gnmi/tunnel/dialer; to add it: go get github.com/openconfig/gnmi/tunnel/dialer
It should be "github.com/openconfig/gnmi/manager" "github.com/openconfig/gnmi/tunnel"
There was similar fix previously, but these two offending lines were added after it. https://github.com/openconfig/gnmi/commit/f4fab1ef8dc4aeb55e6df99debc1d5e313b0b33f
Thanks for pointing this out -- I've staged a fix internally for this.