Document updated on Jan 15, 2019
Plugin and dependencies validator
The plugin validator is an online tool that allows you to find problems with your plugin dependencies. Go plugins are strict on which versions of libraries you can use, so it’s important to make sure that your dependencies are compatible with the selected KrakenD versions.
Access the online plugin validation tools
The plugin validator checks your go.sum
file to find problems and reports all associated problems. From which Go version is supported, to which individual libraries will conflict during runtime.
The dependencies list shows all libraries used by KrakenD. Make sure your plugins use the same versions: