Module dependency versions must match exactly in order to load a plugin. But when the plugin loads this module and it has higher versions of mutual dependencies, it ugprades those dependencies in the go.mod of the plugin. So to prevent that, we need the modules to match here, although this code has no functional need for them to, or for plugeth to replace go-ethereum.
Module dependency versions must match exactly in order to load a plugin. But when the plugin loads this module and it has higher versions of mutual dependencies, it ugprades those dependencies in the `go.mod` of the plugin. So to prevent that, we need the modules to match here, although this code has no functional need for them to, or for `plugeth` to replace `go-ethereum`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Module dependency versions must match exactly in order to load a plugin. But when the plugin loads this module and it has higher versions of mutual dependencies, it ugprades those dependencies in the
go.modof the plugin. So to prevent that, we need the modules to match here, although this code has no functional need for them to, or forplugethto replacego-ethereum.