Skip to content

Instantly share code, notes, and snippets.

@Merovius
Created May 22, 2018 20:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merovius/911bac7753f397a40efa1c303d7554b8 to your computer and use it in GitHub Desktop.
Save Merovius/911bac7753f397a40efa1c303d7554b8 to your computer and use it in GitHub Desktop.
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/gobuffalo/envy v1.6.2
github.com/gobuffalo/packr v1.11.0
github.com/gobuffalo/plush v1.0.0
github.com/gobuffalo/pop v0.0.0-20180521154020-9985012f32f5
github.com/gobuffalo/tags v1.9.6
github.com/gobuffalo/x v0.0.0-20180117215853-11ca13c05abd
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v0.0.0-20180514193723-9ee0d62e031e
github.com/gorilla/websocket v1.2.0
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/anko v0.0.3
github.com/microcosm-cc/bluemonday v0.0.0-20180327211928-995366fdf961
github.com/monoculum/formam v0.0.0-20170814190438-f25191ae7744
github.com/nicksnyder/go-i18n v1.10.0
github.com/pelletier/go-toml v1.1.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-20171120162553-28433ea3fc83
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b
github.com/shurcooL/highlight_go v0.0.0-20170515013102-78fb10f4a5f8
github.com/shurcooL/octiconssvg v0.0.0-20180509202950-f4482000187f
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/unrolled/secure v0.0.0-20180416205222-a1cf62cc2159
golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
gopkg.in/mail.v2 v2.0.0-20180316233404-5bc5c8bb07bd
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment