|
|
|
|
|
by harikb
1856 days ago
|
|
It would be great if go.mod file’s replace directive also supported a replace that applies to all downstream users (url to url , not just url to local path) This would allow us to maintain simple forks (ones where you are only fixing a few lines and awaiting PR approval to upstream) but still don’t want to wait for the whole cycle to finish for your own internal company dependencies. I feel this is better than changing all imports. If you are truly forking with no intention to merge back, isn’t the manual find-and-replace by IDE just fine? |
|
https://golang.org/ref/mod#go-mod-file-replace