Fix thirdparty-license link

This commit is contained in:
Makis Maropoulos 2016-06-26 14:54:12 +03:00
parent 74e7eeda1b
commit bd91395b19

View File

@ -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)