github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/SHOULDERS.md (about)

     1  
     2  # Buffalo Stands on the Shoulders of Giants
     3  
     4  Buffalo does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them altogether in the best way possible. Without these giants this project would not be possible. Please make sure to check them out and thank them for all of their hard work.
     5  
     6  Thank you to the following **GIANTS**:
     7  
     8  
     9  * [github.com/GeertJohan/go.rice](https://github.com/GeertJohan/go.rice)
    10  
    11  * [github.com/GeertJohan/go.rice/embedded](https://github.com/GeertJohan/go.rice/embedded)
    12  
    13  * [github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus)
    14  
    15  * [github.com/aymerick/raymond/ast](https://github.com/aymerick/raymond/ast)
    16  
    17  * [github.com/aymerick/raymond/lexer](https://github.com/aymerick/raymond/lexer)
    18  
    19  * [github.com/aymerick/raymond/parser](https://github.com/aymerick/raymond/parser)
    20  
    21  * [github.com/daaku/go.zipexe](https://github.com/daaku/go.zipexe)
    22  
    23  * [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)
    24  
    25  * [github.com/fatih/color](https://github.com/fatih/color)
    26  
    27  * [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)
    28  
    29  * [github.com/gobuffalo/buffalo/render](https://github.com/gobuffalo/buffalo/render)
    30  
    31  * [github.com/gobuffalo/buffalo/render/resolvers](https://github.com/gobuffalo/buffalo/render/resolvers)
    32  
    33  * [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy)
    34  
    35  * [github.com/gobuffalo/velvet](https://github.com/gobuffalo/velvet)
    36  
    37  * [github.com/gorilla/context](https://github.com/gorilla/context)
    38  
    39  * [github.com/gorilla/mux](https://github.com/gorilla/mux)
    40  
    41  * [github.com/gorilla/schema](https://github.com/gorilla/schema)
    42  
    43  * [github.com/gorilla/securecookie](https://github.com/gorilla/securecookie)
    44  
    45  * [github.com/gorilla/sessions](https://github.com/gorilla/sessions)
    46  
    47  * [github.com/gorilla/websocket](https://github.com/gorilla/websocket)
    48  
    49  * [github.com/kardianos/osext](https://github.com/kardianos/osext)
    50  
    51  * [github.com/markbates/going/defaults](https://github.com/markbates/going/defaults)
    52  
    53  * [github.com/markbates/going/randx](https://github.com/markbates/going/randx)
    54  
    55  * [github.com/markbates/grift](https://github.com/markbates/grift)
    56  
    57  * [github.com/markbates/inflect](https://github.com/markbates/inflect)
    58  
    59  * [github.com/markbates/pop](https://github.com/markbates/pop)
    60  
    61  * [github.com/markbates/refresh](https://github.com/markbates/refresh)
    62  
    63  * [github.com/markbates/refresh/refresh](https://github.com/markbates/refresh/refresh)
    64  
    65  * [github.com/markbates/refresh/refresh/web](https://github.com/markbates/refresh/refresh/web)
    66  
    67  * [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)
    68  
    69  * [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)
    70  
    71  * [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday)
    72  
    73  * [github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)
    74  
    75  * [github.com/motemen/gore](https://github.com/motemen/gore)
    76  
    77  * [github.com/pkg/errors](https://github.com/pkg/errors)
    78  
    79  * [github.com/russross/blackfriday](https://github.com/russross/blackfriday)
    80  
    81  * [github.com/sergi/go-diff/diffmatchpatch](https://github.com/sergi/go-diff/diffmatchpatch)
    82  
    83  * [github.com/shurcooL/github_flavored_markdown](https://github.com/shurcooL/github_flavored_markdown)
    84  
    85  * [github.com/shurcooL/highlight_diff](https://github.com/shurcooL/highlight_diff)
    86  
    87  * [github.com/shurcooL/highlight_go](https://github.com/shurcooL/highlight_go)
    88  
    89  * [github.com/shurcooL/sanitized_anchor_name](https://github.com/shurcooL/sanitized_anchor_name)
    90  
    91  * [github.com/sourcegraph/annotate](https://github.com/sourcegraph/annotate)
    92  
    93  * [github.com/sourcegraph/syntaxhighlight](https://github.com/sourcegraph/syntaxhighlight)
    94  
    95  * [github.com/spf13/cobra](https://github.com/spf13/cobra)
    96