Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 9, 2019
1 parent f8cb4cb commit 66b5250
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 31 deletions.
24 changes: 11 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
module github.com/gobuffalo/buffalo

go 1.12
go 1.13

require (
github.com/BurntSushi/toml v0.3.1
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0
github.com/gobuffalo/attrs v0.1.0
github.com/gobuffalo/buffalo-pop v1.17.2
github.com/gobuffalo/clara v0.7.0
github.com/gobuffalo/buffalo-pop v1.20.1
github.com/gobuffalo/clara v0.9.1
github.com/gobuffalo/envy v1.7.0
github.com/gobuffalo/events v1.4.0
github.com/gobuffalo/fizz v1.9.5 // indirect
github.com/gobuffalo/flect v0.1.6
github.com/gobuffalo/genny v0.3.0
github.com/gobuffalo/genny v0.4.1
github.com/gobuffalo/github_flavored_markdown v1.1.0
github.com/gobuffalo/helpers v0.2.4
github.com/gobuffalo/helpers v0.4.0
github.com/gobuffalo/httptest v1.4.0
github.com/gobuffalo/licenser v1.2.0
github.com/gobuffalo/licenser v1.4.0
github.com/gobuffalo/logger v1.0.1
github.com/gobuffalo/makr v1.2.0 // indirect
github.com/gobuffalo/meta v0.1.0
github.com/gobuffalo/meta v0.2.0
github.com/gobuffalo/nulls v0.1.0
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/packr/v2 v2.6.0
github.com/gobuffalo/plush v3.8.3+incompatible
github.com/gobuffalo/pop v4.11.3+incompatible
github.com/gobuffalo/release v1.8.3
github.com/gobuffalo/pop v4.11.6+incompatible
github.com/gobuffalo/release v1.13.2
github.com/gobuffalo/tags v2.1.0+incompatible
github.com/google/go-cmp v0.3.1
github.com/gorilla/mux v1.7.3
Expand All @@ -37,14 +35,14 @@ require (
github.com/markbates/refresh v1.8.0
github.com/markbates/safe v1.0.1
github.com/markbates/sigtx v1.0.0
github.com/monoculum/formam v0.0.0-20190730134247-0612307a4099
github.com/monoculum/formam v0.0.0-20190830100315-7ff9597b1407
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20190825031127-d72b05d2b1b6
golang.org/x/tools v0.0.0-20190909030654-5b82db07426d
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
gopkg.in/yaml.v2 v2.2.2
)
Loading

0 comments on commit 66b5250

Please sign in to comment.