Search code examples
gogoland

Goland - Unresolved dependency


I want the goland to find the dependencies that I installed using go get

It was working but now when I open it marks as unresolved

enter image description here

I already tried go mod tidy but it didn't work


Solution

  • open settings in goland

    enter image description here

    make sure Enable Go modules integration is toggled