You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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:
The text was updated successfully, but these errors were encountered: