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

dependencies broken #5

Open
miklert opened this issue Jan 7, 2021 · 2 comments
Open

dependencies broken #5

miklert opened this issue Jan 7, 2021 · 2 comments

Comments

@miklert
Copy link

miklert commented Jan 7, 2021

gosnmpquerier depends on the github.com/soniah/gosnmp which has been moved to github/gosnmp/gosnmp and now identifies itself as a gosnmp/gosnmp package.
This breaks the build process:

$ go build cmd/worker/glb_snmp_worker.go 
go: finding github.com/aleasoluciones/gosnmpquerier latest
go: finding github.com/aleasoluciones/goaleasoluciones latest
go: github.com/aleasoluciones/gosnmpquerier imports
        github.com/soniah/gosnmp: github.com/soniah/gosnmp@v1.29.0: parsing go.mod:
        module declares its path as: github.com/gosnmp/gosnmp
                but was required as: github.com/soniah/gosnmp
I believe the solution is to change the dependency to gosnmp/gosnmp
@miklert
Copy link
Author

miklert commented Jan 7, 2021

i've cloned to my gitlab with the change https://gitlab.com/mikler/gosnmpquerier dependencies to gosnmp/gosnmp, and this has worked well for me

@raulvillares
Copy link
Contributor

Hello Mikhail,

first of all, thanks for your feedback. We had just create a branch that uses gosnmp/gosnmp instead of soniah/gosnmp.

This change has caused an automatic test to fail (in one of our private projects). We had already fixed it (it was a type validation issue). To be sure that this is the only effect, our idea is to internally use and monitor these new branch for about 2 weeks, then merge it to master.

We will close this issue after those 2 weeks (if everything runs smoothly).

Thanks again.

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