只需“转到”您想要的提交哈希即可:
go get github.com/someone/some_module@af044c0995fe
‘go get’将正确更新依赖项文件(go.mod,go.sum)。
详细信息:https : //github.com/golang/go/wiki/Modules#how-to-upgrade-
and-downgrade-dependencies

只需“转到”您想要的提交哈希即可:
go get github.com/someone/some_module@af044c0995fe
‘go get’将正确更新依赖项文件(go.mod,go.sum)。
详细信息:https : //github.com/golang/go/wiki/Modules#how-to-upgrade-
and-downgrade-dependencies