我目前正在使用这个 repo https://github.com/awslabs/goformation在 AWS Cloudformation 上工作。因为我做了一些定制,所以我做了一个 fork https://github.com/vrealzhou/goformation。
现在在我的另一个项目(使用 go 模块)中,我正在尝试使用go get github.com/vrealzhou/goformation@v2.3.1
并且出现此错误:
go: github.com/vrealzhou/goformation@v0.0.0-20190513073615-ff3b65adb278: parsing go.mod: unexpected module path "github.com/awslabs/goformation"
go: error loading module requirements
有谁知道原因以及如何解决这个问题?谢谢