Closed dependabot-preview[bot] closed 4 years ago
The module path github.com/soniah/gosnmp found in your go.mod doesn't match the actual path github.com/gosnmp/gosnmp found in the dependency's go.mod.
github.com/soniah/gosnmp
go.mod
github.com/gosnmp/gosnmp
Updating the module path in your go.mod to github.com/gosnmp/gosnmp should resolve this issue.
View the update logs.
The module path
github.com/soniah/gosnmp
found in yourgo.mod
doesn't match the actual pathgithub.com/gosnmp/gosnmp
found in the dependency'sgo.mod
.Updating the module path in your
go.mod
togithub.com/gosnmp/gosnmp
should resolve this issue.View the update logs.