I am repeatedly getting this error while trying to fix my go.mod file.
go: github.com/myuser/myfork/banana/potato imports
github.com/myuser/myfork/apple: github.com/myuser/myfork@v1.0.0: parsing go.mod:
module declares its path as: github.com/originaluser/originalproject
but was required as: github.com/myuser/myfork
I have tried deleting both go.mod and go.sum and running go mod init, but the issue persists. I have also cleaned my cache with go clean -modcache multiple times. There are no references to the original project in my files, yet the issue persists.