亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何修復 gomod:`github.com/stretchrcom/[email protected]

如何修復 gomod:`github.com/stretchrcom/[email protected]

Go
開滿天機 2023-07-17 16:43:20
當我做一個go mod tidy. 我收到以下錯誤:go: github.com/stretchrcom/[email protected]: parsing go.mod: unexpected module path "github.com/stretchr/testify"
查看完整描述

2 回答

?
紅糖糍粑

TA貢獻1815條經驗 獲得超6個贊

如果這是直接依賴項,則建議將正確的依賴項直接添加到您的go.mod文件中,即github.com/stretchr/testify v1.4.0


查看完整回答
反對 回復 2023-07-17
?
慕森卡

TA貢獻1806條經驗 獲得超8個贊

此錯誤是由于一個包在移動到 之前引用了 testify github.com/stretchr/testify

解決方案是在您的 中添加以下行go.mod

replace github.com/stretchrcom/testify v1.4.0 => github.com/stretchr/testify v1.4.0


查看完整回答
反對 回復 2023-07-17
  • 2 回答
  • 0 關注
  • 135 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號