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
The github.com/Unknwon/com is the old path, any repos using it should be updated to import and require github.com/unknwon/com. Or this may take some potential problems.
@aschuh703 From KateGo520's comment, I think you would need to update the all the import paths of github.com/Unknwon/comto the lower case one github.com/unknwon/com due to the name change. And test the build afterward.
Background
The repo
github.com/Unknwon/com
already renamed to github.com/unknwon/com in the version v1.0.0.https://github.com/unknwon/com/blob/v1.0.0/example_test.go
The
github.com/Unknwon/com
is the old path, any repos using it should be updated to import and requiregithub.com/unknwon/com
. Or this may take some potential problems.Solution
Replace all the import paths, change
"github.com/Unknwon/com"
to"github.com/unknwon/com"
.Where did you import it: https://github.com/rai-project/rai/search?q=github.com%2FUnknwon%2Fcom&unscoped_q=github.com%2FUnknwon%2Fcom
The text was updated successfully, but these errors were encountered: