From a4b2c6ddf9c191cb1f02e44584cf005abb8fe5db Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Mon, 19 Jun 2017 15:23:44 -0400 Subject: [PATCH] Updated SHOULDERS.md --- SHOULDERS.md | 114 +-------------------------------------------------- 1 file changed, 2 insertions(+), 112 deletions(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index 5aafcd42b..9d24a41dc 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -8,28 +8,16 @@ Thank you to the following **GIANTS**: * [github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus) -* [github.com/daviddengcn/go-colortext](https://github.com/daviddengcn/go-colortext) - * [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize) * [github.com/fatih/color](https://github.com/fatih/color) -* [github.com/fatih/color/vendor/github.com/mattn/go-colorable](https://github.com/fatih/color/vendor/github.com/mattn/go-colorable) - -* [github.com/fatih/color/vendor/github.com/mattn/go-isatty](https://github.com/fatih/color/vendor/github.com/mattn/go-isatty) - * [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) -* [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - * [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) -* [github.com/gobuffalo/makr](https://github.com/gobuffalo/makr) - * [github.com/gobuffalo/packr](https://github.com/gobuffalo/packr) -* [github.com/gobuffalo/packr/builder](https://github.com/gobuffalo/packr/builder) - * [github.com/gobuffalo/plush](https://github.com/gobuffalo/plush) * [github.com/gobuffalo/plush/ast](https://github.com/gobuffalo/plush/ast) @@ -50,24 +38,12 @@ Thank you to the following **GIANTS**: * [github.com/gorilla/mux](https://github.com/gorilla/mux) -* [github.com/gorilla/schema](https://github.com/gorilla/schema) - * [github.com/gorilla/securecookie](https://github.com/gorilla/securecookie) * [github.com/gorilla/sessions](https://github.com/gorilla/sessions) * [github.com/gorilla/websocket](https://github.com/gorilla/websocket) -* [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) - -* [github.com/jmoiron/sqlx/reflectx](https://github.com/jmoiron/sqlx/reflectx) - -* [github.com/lib/pq](https://github.com/lib/pq) - -* [github.com/lib/pq/oid](https://github.com/lib/pq/oid) - -* [github.com/markbates/deplist](https://github.com/markbates/deplist) - * [github.com/markbates/going/defaults](https://github.com/markbates/going/defaults) * [github.com/markbates/going/randx](https://github.com/markbates/going/randx) @@ -76,28 +52,12 @@ Thank you to the following **GIANTS**: * [github.com/markbates/grift](https://github.com/markbates/grift) -* [github.com/markbates/grift/cmd](https://github.com/markbates/grift/cmd) - -* [github.com/markbates/grift/grift](https://github.com/markbates/grift/grift) - * [github.com/markbates/inflect](https://github.com/markbates/inflect) * [github.com/markbates/pop](https://github.com/markbates/pop) -* [github.com/markbates/pop/columns](https://github.com/markbates/pop/columns) - -* [github.com/markbates/pop/fizz](https://github.com/markbates/pop/fizz) - -* [github.com/markbates/pop/fizz/translators](https://github.com/markbates/pop/fizz/translators) - * [github.com/markbates/pop/nulls](https://github.com/markbates/pop/nulls) -* [github.com/markbates/pop/soda/cmd](https://github.com/markbates/pop/soda/cmd) - -* [github.com/markbates/pop/soda/cmd/generate](https://github.com/markbates/pop/soda/cmd/generate) - -* [github.com/markbates/pop/soda/cmd/schema](https://github.com/markbates/pop/soda/cmd/schema) - * [github.com/markbates/refresh](https://github.com/markbates/refresh) * [github.com/markbates/refresh/refresh](https://github.com/markbates/refresh/refresh) @@ -108,86 +68,18 @@ Thank you to the following **GIANTS**: * [github.com/markbates/validate/validators](https://github.com/markbates/validate/validators) -* [github.com/mattn/anko/ast](https://github.com/mattn/anko/ast) - -* [github.com/mattn/anko/builtins](https://github.com/mattn/anko/builtins) - -* [github.com/mattn/anko/builtins/encoding/json](https://github.com/mattn/anko/builtins/encoding/json) - -* [github.com/mattn/anko/builtins/errors](https://github.com/mattn/anko/builtins/errors) - -* [github.com/mattn/anko/builtins/flag](https://github.com/mattn/anko/builtins/flag) - -* [github.com/mattn/anko/builtins/fmt](https://github.com/mattn/anko/builtins/fmt) - -* [github.com/mattn/anko/builtins/github.com/daviddengcn/go-colortext](https://github.com/mattn/anko/builtins/github.com/daviddengcn/go-colortext) - -* [github.com/mattn/anko/builtins/io](https://github.com/mattn/anko/builtins/io) - -* [github.com/mattn/anko/builtins/io/ioutil](https://github.com/mattn/anko/builtins/io/ioutil) - -* [github.com/mattn/anko/builtins/math](https://github.com/mattn/anko/builtins/math) - -* [github.com/mattn/anko/builtins/math/big](https://github.com/mattn/anko/builtins/math/big) - -* [github.com/mattn/anko/builtins/math/rand](https://github.com/mattn/anko/builtins/math/rand) - -* [github.com/mattn/anko/builtins/net](https://github.com/mattn/anko/builtins/net) - -* [github.com/mattn/anko/builtins/net/http](https://github.com/mattn/anko/builtins/net/http) - -* [github.com/mattn/anko/builtins/net/url](https://github.com/mattn/anko/builtins/net/url) - -* [github.com/mattn/anko/builtins/os](https://github.com/mattn/anko/builtins/os) - -* [github.com/mattn/anko/builtins/os/exec](https://github.com/mattn/anko/builtins/os/exec) - -* [github.com/mattn/anko/builtins/os/signal](https://github.com/mattn/anko/builtins/os/signal) - -* [github.com/mattn/anko/builtins/path](https://github.com/mattn/anko/builtins/path) - -* [github.com/mattn/anko/builtins/path/filepath](https://github.com/mattn/anko/builtins/path/filepath) - -* [github.com/mattn/anko/builtins/regexp](https://github.com/mattn/anko/builtins/regexp) - -* [github.com/mattn/anko/builtins/runtime](https://github.com/mattn/anko/builtins/runtime) - -* [github.com/mattn/anko/builtins/sort](https://github.com/mattn/anko/builtins/sort) - -* [github.com/mattn/anko/builtins/strings](https://github.com/mattn/anko/builtins/strings) - -* [github.com/mattn/anko/builtins/time](https://github.com/mattn/anko/builtins/time) - -* [github.com/mattn/anko/parser](https://github.com/mattn/anko/parser) - -* [github.com/mattn/anko/vm](https://github.com/mattn/anko/vm) - -* [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - * [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) * [github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir) -* [github.com/motemen/gore](https://github.com/motemen/gore) - -* [github.com/nicksnyder/go-i18n/i18n](https://github.com/nicksnyder/go-i18n/i18n) +* [github.com/monoculum/formam](https://github.com/monoculum/formam) -* [github.com/nicksnyder/go-i18n/i18n/bundle](https://github.com/nicksnyder/go-i18n/i18n/bundle) - -* [github.com/nicksnyder/go-i18n/i18n/language](https://github.com/nicksnyder/go-i18n/i18n/language) - -* [github.com/nicksnyder/go-i18n/i18n/translation](https://github.com/nicksnyder/go-i18n/i18n/translation) - -* [github.com/pelletier/go-buffruneio](https://github.com/pelletier/go-buffruneio) - -* [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml) +* [github.com/motemen/gore](https://github.com/motemen/gore) * [github.com/pkg/errors](https://github.com/pkg/errors) * [github.com/russross/blackfriday](https://github.com/russross/blackfriday) -* [github.com/satori/go.uuid](https://github.com/satori/go.uuid) - * [github.com/serenize/snaker](https://github.com/serenize/snaker) * [github.com/sergi/go-diff/diffmatchpatch](https://github.com/sergi/go-diff/diffmatchpatch) @@ -206,7 +98,5 @@ Thank you to the following **GIANTS**: * [github.com/spf13/cobra](https://github.com/spf13/cobra) -* [github.com/spf13/pflag](https://github.com/spf13/pflag) - * [golang.org/x/tools/cmd/goimports](https://golang.org/x/tools/cmd/goimports)