From 9182ee5fe475fd22261e35b0eec09552a7860514 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Thu, 21 Jun 2018 21:19:40 -0400 Subject: [PATCH] Updated SHOULDERS.md --- SHOULDERS.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index c1b036a4e..8efd9dcb8 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -26,6 +26,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) +* [github.com/gobuffalo/envy/vendor/github.com/joho/godotenv](https://godoc.org/github.com/gobuffalo/envy/vendor/github.com/joho/godotenv) + * [github.com/gobuffalo/makr](https://godoc.org/github.com/gobuffalo/makr) * [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr) @@ -86,8 +88,6 @@ Thank you to the following **GIANTS**: * [github.com/jmoiron/sqlx/reflectx](https://godoc.org/github.com/jmoiron/sqlx/reflectx) -* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) - * [github.com/lib/pq](https://godoc.org/github.com/lib/pq) * [github.com/lib/pq/oid](https://godoc.org/github.com/lib/pq/oid) @@ -128,6 +128,16 @@ Thank you to the following **GIANTS**: * [github.com/monoculum/formam](https://godoc.org/github.com/monoculum/formam) +* [github.com/nicksnyder/go-i18n/i18n](https://godoc.org/github.com/nicksnyder/go-i18n/i18n) + +* [github.com/nicksnyder/go-i18n/i18n/bundle](https://godoc.org/github.com/nicksnyder/go-i18n/i18n/bundle) + +* [github.com/nicksnyder/go-i18n/i18n/language](https://godoc.org/github.com/nicksnyder/go-i18n/i18n/language) + +* [github.com/nicksnyder/go-i18n/i18n/translation](https://godoc.org/github.com/nicksnyder/go-i18n/i18n/translation) + +* [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml) + * [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) * [github.com/russross/blackfriday](https://godoc.org/github.com/russross/blackfriday)