Hi, I am trying to create a external plugin(buildmode=plugin) to attach Containerd project.
I forked Containerd and succeeded in creating and running a plugin in it.
However, I would like to build the plugin without forking Containerd,
but to do that, it seems that I have to resolve the module dependencies.
And, Any attempt to resolve all dependencies by manually modifying go.mod
has been difficult and unsuccessful.
I wonder if it's best to fork Containerd and build it in it.
Thank you.