Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error of gnmi_collector.go #124

Open
peichengATgit opened this issue May 20, 2022 · 1 comment
Open

import error of gnmi_collector.go #124

peichengATgit opened this issue May 20, 2022 · 1 comment

Comments

@peichengATgit
Copy link

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.
f4fab1e

@robshakir
Copy link
Contributor

Thanks for pointing this out -- I've staged a fix internally for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants