diff --git a/THIRDPARTY-LICENSE.md b/THIRDPARTY-LICENSE.md index 37eca546..3edbdebb 100644 --- a/THIRDPARTY-LICENSE.md +++ b/THIRDPARTY-LICENSE.md @@ -10,7 +10,7 @@ Third party packages - [httprouter](https://github.com/julienschmidt/httprouter) for the basic BSD kernel's [trie algorithm](https://en.wikipedia.org/wiki/Trie) used inside [muxEntry](https://github.com/kataras/iris/blob/master/http.go#L578), edited by [Iris' author](https://github.com/kataras) to improve its performance and achieve 0 memory allocations per operation. - [goo](https://github.com/kataras/goo) used inside iris command line tool - [cli](https://github.com/kataras/cli) used inside iris command line tool -- [color](https://github.com/fatih/color) with [go-colorable](github.com/mattn/go-colorable) for the logger's colors] +- [color](https://github.com/fatih/color) with [go-colorable](https://github.com/mattn/go-colorable) for the logger's colors] - [mergo for merge configs](https://github.com/imdario/mergo) - [formam as form binder](https://github.com/monoculum/formam) - [i18n for internalization](https://github.com/Unknwon/i18n)