natefinch / lumberjack

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

Unable to `go get` v2.2.0 #176

Closed cgrinds closed 1 year ago

cgrinds commented 1 year ago

When running go get the following error happens:

go get -u gopkg.in/natefinch/lumberjack.v2
go: gopkg.in/natefinch/lumberjack.v2@v2.2.0: go.mod has non-....v2 module path "github.com/natefinch/lumberjack" at revision v2.2.0
natefinch commented 1 year ago

Crud, thanks for letting me know, I'll fix it.

On Fri, Jan 20, 2023, 8:06 AM Chris Grindstaff @.***> wrote:

When running go get the following error happens:

go get -u gopkg.in/natefinch/lumberjack.v2 go: @.***: go.mod has non-....v2 module path "github.com/natefinch/lumberjack" at revision v2.2.0

— Reply to this email directly, view it on GitHub https://github.com/natefinch/lumberjack/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYJZSGDG53UBYUPEGGXXJLWTKEWRANCNFSM6AAAAAAUBQGRD4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

YiuTerran commented 1 year ago

Still not fixed yet?

natefinch commented 1 year ago

Sorry, forgot about this... I'm looking into it now