虽然dep不再是这样做的首选方式,(从go1.11开始,首选模块)
有了约束,这很容易,它仍然会在代码中的任何地方被引用并通过解决github.com/upstream/repo.
[[constraint]]
name = "github.com/upstream/repo"
branch = "forked-branch-name"
source = "github.com/lexton/repo"
Run Code Online (Sandbox Code Playgroud)