Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 9, 2018
1 parent b0b0a05 commit 00bff23
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 43 deletions.
91 changes: 48 additions & 43 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
module github.com/gobuffalo/plush

require (
dmitri.shuralyov.com/text/kebabcase v0.0.0-20180217051803-40e40b42552a
github.com/fatih/structs v0.0.0-20170103081050-a720dfa8df58
github.com/gobuffalo/envy v1.6.2
github.com/gobuffalo/tags v0.0.0-20180320140155-82cd7696c84a
github.com/gobuffalo/uuid v0.0.0-20180207211247-3a9fb6c5c481
github.com/gobuffalo/validate v0.0.0-20180210182920-42d8db6e06e6
github.com/inconshreveable/mousetrap v0.0.0-20141017200713-76626ae9c91c
github.com/joho/godotenv v1.2.0
github.com/markbates/going v0.0.0-20170113214412-0576708c56ce
github.com/markbates/inflect v0.0.0-20180514174915-dd7de90c06bc
github.com/microcosm-cc/bluemonday v0.0.0-20180327211928-995366fdf961
github.com/pkg/errors v0.8.0
github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/sergi/go-diff v1.0.0
github.com/shurcooL/github_flavored_markdown v0.0.0-20180602233135-8913699a52e3
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
github.com/shurcooL/graphql v0.0.0-20180514000029-62c9ce094e75
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/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/testify v1.2.2
golang.org/x/net v0.0.0-20180530234432-1e491301e022
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
)

0 comments on commit 00bff23

Please sign in to comment.