Skip to content

Commit

Permalink
added go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jul 16, 2018
1 parent ef14a78 commit a68affc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/gobuffalo/fizz

require (
github.com/gobuffalo/plush v0.0.0-20180619220412-2ec029f415ed
github.com/gobuffalo/pop v0.0.0-20180710054625-9936c00d4230
github.com/gobuffalo/tags v0.0.0-20180702174034-96c7cdfcadcb
github.com/microcosm-cc/bluemonday v1.0.0
golang.org/x/net v0.0.0-20180712202826-d0887baf81f4
golang.org/x/sys v0.0.0-20180715085529-ac767d655b30
google.golang.org/appengine v1.1.0
)

0 comments on commit a68affc

Please sign in to comment.