module github.com/gobuffalo/buffalo require ( github.com/dgrijalva/jwt-go v0.0.0-20180308231308-06ea1031745c github.com/dustin/go-humanize v0.0.0-20180421182945-02af3965c54e github.com/fatih/color v1.7.0 github.com/fatih/structs v1.0.0 github.com/fsnotify/fsnotify v1.4.7 github.com/go-sql-driver/mysql v1.4.0 github.com/gobuffalo/envy v1.6.2 github.com/gobuffalo/packr v1.11.1 github.com/gobuffalo/plush v1.0.0 github.com/gobuffalo/pop v0.0.0-20180524161724-d5d017d59cf2 github.com/gobuffalo/tags v1.9.6 github.com/gobuffalo/validate v1.0.0 github.com/gobuffalo/x v0.0.0-20180117215853-11ca13c05abd github.com/gorilla/mux v1.6.2 github.com/gorilla/sessions v1.1.1 github.com/gorilla/websocket v1.2.0 github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b github.com/lib/pq v0.0.0-20180523175426-90697d60dd84 github.com/markbates/deplist v0.0.0-20170926152145-5ae023fef618 github.com/markbates/grift v0.0.0-20180319170132-76f93617a788 github.com/markbates/inflect v0.0.0-20180514174915-dd7de90c06bc github.com/markbates/refresh v1.4.0 github.com/markbates/sigtx v1.0.0 github.com/markbates/validate v1.0.0 github.com/mattn/go-sqlite3 v1.7.0 github.com/microcosm-cc/bluemonday v0.0.0-20180327211928-995366fdf961 github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9 github.com/monoculum/formam v0.0.0-20170814190438-f25191ae7744 github.com/nicksnyder/go-i18n v1.10.0 github.com/pelletier/go-toml v1.2.0 github.com/russross/blackfriday v1.5.1 github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.0.0 github.com/shurcooL/github_flavored_markdown v0.0.0-20180602233135-8913699a52e3 github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b github.com/shurcooL/highlight_go v0.0.0-20170515013102-78fb10f4a5f8 github.com/shurcooL/octicon v0.0.0-20180602230221-c42b0e3b24d9 github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 github.com/sirupsen/logrus v1.0.5 github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.1 github.com/stretchr/objx v0.1.1 github.com/stretchr/testify v1.2.2 github.com/unrolled/secure v0.0.0-20180416205222-a1cf62cc2159 golang.org/x/crypto v0.0.0-20180608092829-8ac0e0d97ce4 golang.org/x/net v0.0.0-20180530234432-1e491301e022 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f golang.org/x/sys v0.0.0-20180610122900-7c1e4f34a39c gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405 gopkg.in/mail.v2 v2.0.0-20180609202316-c55e3fbae0e2 gopkg.in/yaml.v2 v2.2.1 )