donglu9445 2019-01-26 14:56
浏览 53
已采纳

无法使用Godeps更新依赖包

I need to update stripe-go library version. Project has 19.** New version 52.** There is a godeps dependency manager

When I try to run

godep save github.com/stripe/stripe-go

I get

godep: cannot save github.com/stripe/stripe-go/form at revision f8b095462d541c43d981d28de52b7464b25f3ee1: already have github.com/stripe/stripe-go at revision 87c04229ff0262e4e7dfc8af7dc97a471e955ba2.

Run `godep update github.com/stripe/stripe-go' first.

And when I run

godep update github.com/stripe/stripe-go

I get

godep: no packages can be updated

What do I do wrong?

  • 写回答

1条回答 默认 最新

  • doujing3896 2019-01-26 18:19
    关注

    I remember this issue, quoting from https://github.com/tools/godep/issues/164#issuecomment-101345584

    This seems to be caused by this line here: https://github.com/tools/godep/blob/master/update.go#L205

    If packages A and B are under the same root, and I try to only update B, the root will be marked for skipping update because A isn't being updated. I'm not sure what the motivation for this feature is, it seems that developers should be able to selectively update sub packages as they desire.

    For what it's worth, I fixed my problem by globbing from the root in my godep update command (e.g. godep update github.com/foo/bar/... instead of github.com/foo/bar/pkg/B. A helpful error message would have gone a long way

    While you're here, go 1.11 and above has inbuilt module support. Maybe look into shifting into that? https://github.com/golang/go/wiki/Modules

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵