我想導入一個 Go 模塊,其中包含以下內容go.mod:> grep plist go.mod github.com/DHowett/go-plist v0.0.0-20180609054337-500bd5b9081b howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect但是,如果我嘗試go get該包,我會收到以下錯誤消息:go: github.com/DHowett/[email protected]: parsing go.mod: unexpected module path "howett.net/plist"go get: error loading module requirements如果我嘗試執行以下操作,我也會收到此錯誤go get github.com/DHowett/go-plist:> go get github.com/DHowett/go-plistgo: finding github.com/DHowett/go-plist latestgo: github.com/DHowett/[email protected]: parsing go.mod: unexpected module path "howett.net/plist"go: error loading module requirements如何修復此錯誤以便導入該模塊?
- 2 回答
- 0 關注
- 175 瀏覽
添加回答
舉報
0/150
提交
取消