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
What is the path of the package that you would like to have removed?
github.com/rppala3/broadcast-go
Are you the owner of this package?
yes
What is the reason that you could not retract this package instead?
I renamed the git repository from broadcast-go to broadcast-channel and now I'm facing this error:
go: github.com/rppala3/broadcast-channel@v1.0.0: parsing go.mod:
module declares its path as: github.com/rppala3/broadcast-go
but was required as: github.com/rppala3/broadcast-channel
I temporally solved writing the line below into the go.mod, but I would like solve this misaddressing online as well. replace github.com/rppala3/broadcast-channel v1.0.0 => github.com/rppala3/broadcast-go v1.0.0
The text was updated successfully, but these errors were encountered:
What is the path of the package that you would like to have removed?
github.com/rppala3/broadcast-go
Are you the owner of this package?
yes
What is the reason that you could not retract this package instead?
I renamed the git repository from broadcast-go to broadcast-channel and now I'm facing this error:
I temporally solved writing the line below into the go.mod, but I would like solve this misaddressing online as well.
replace github.com/rppala3/broadcast-channel v1.0.0 => github.com/rppala3/broadcast-go v1.0.0
The text was updated successfully, but these errors were encountered: