-
Notifications
You must be signed in to change notification settings - Fork 231
go mod tidy fails to pull due to renamed packages #2335
Copy link
Copy link
Open
Description
github.com/ergochat/ergo/irc imports
github.com/goshuirc/irc-go/ircfmt: github.com/goshuirc/irc-go@v0.5.0: parsing go.mod:
module declares its path as: github.com/ergochat/irc-go
but was required as: github.com/goshuirc/irc-go
replace github.com/goshuirc/irc-go => github.com/ergochat/irc-go v0.5.0
github.com/ergochat/ergo/irc imports
github.com/oragono/go-ident: github.com/oragono/go-ident@v0.0.0-20230911071154-8c30606d6881: parsing go.mod:
module declares its path as: github.com/ergochat/go-ident
but was required as: github.com/oragono/go-ident
replace github.com/oragono/go-ident => github.com/ergochat/go-ident v0.0.0-20230911071154-8c30606d6881
github.com/ergochat/ergo/irc imports
github.com/goshuirc/irc-go/ircmatch: module github.com/goshuirc/irc-go@latest found (v0.5.0, replaced by github.com/ergochat/irc-go@v0.5.0), but does not contain package github.com/goshuirc/irc-go/ircmatch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels