解决go: updates to go.mod needed; to update it: go mod tidy问题
作者:mmseoamin日期:2024-03-20

Golang项目运行报错:go: updates to go.mod needed; to update it: go mod tidy,输入go mod tidy仍然报错:

解决方法:

1.清除缓存:

go clean -modcache

2.重新运行go mod tidy