natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.81k stars 593 forks source link

unable to go mod tidy #177

Closed cgcodeboy closed 1 year ago

cgcodeboy commented 1 year ago

when i use go mod tidy, it will return error

gopkg.in/natefinch/lumberjack.v2: no matching versions for query "latest"

natefinch commented 1 year ago

there's something wonky going on, I'm looking into it now