5 ms·
You can specify that a given dependency be replaced by another one. That only applies at the top level though, not when the go.mod file with the replace clause
by rogpeppe1 9y ago
You can specify that a given dependency be replaced by another one. That only applies at the top level though, not when the go.mod file with the replace clause is used by another module.