Prevent Go modules from overwriting direct dependency version due to indirect import of same dependency

后端 未结 0 821
Happy的楠姐
Happy的楠姐 2021-02-06 05:27

I have a Go mods project with the following dependencies:

require (
    github.com/owner1/projectA v1.0.0
    github.com/owner2/projectB v0.5.0
)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题