Cannot find module providing package github.io/xxx

Sorry it is my mistake, I used github.io while I should use gethub.com, so I fixed the module names and path, cleaned the module imports using:

go clean -modcache

Then reimporting required modules using:

go mod tidy
1 Like