How do we use locally built meshkit inside meshery?

What are the steps to use meshkit built locally inside meshery or any other dependent project.

Use

replace github.com/layer5io/meshkit => <path to meshkit>

Eg:

Then build the project as usual using make target.

1 Like

Projects use MeshKit library and do so by including reference to the MeshKit package in their go.mod file for a specific version of MeshKit. As MeshKit’s functionality is enhanced overtime, new releases of the MeshKit package are made. Dependent projects can choose to move to the new version of MeshKit by bumping the version number listed in their go.mod.

1 Like