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
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