求助:修复GoLand找不到模块依赖项!

我已经安装了我项目的GO模块依赖项 go build。

但Goland告诉我,它不能解决任何这些依赖。

如何让Goland找到GO模块依赖项?

Make sure that you have Go Modules support enabled.

In your preferences go to Go > Go Modules (vgo) and check "Enable Go Modules":

enter image description here