Skip to content

Commit

Permalink
version bump: v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Apr 16, 2019
1 parent b5ff37b commit e72a071
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 14 deletions.
30 changes: 30 additions & 0 deletions packrd/packed-packr.go

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

28 changes: 15 additions & 13 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,34 @@ github.com/gobuffalo/plush does not try to reinvent the wheel! Instead, it uses
Thank you to the following **GIANTS**:


* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs)

* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy)

* [github.com/gobuffalo/flect](https://godoc.org/github.com/gobuffalo/flect)

* [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown)

* [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2)
* [github.com/gobuffalo/helpers](https://godoc.org/github.com/gobuffalo/helpers)

* [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags)

* [github.com/gobuffalo/uuid](https://godoc.org/github.com/gobuffalo/uuid)
* [github.com/golang/protobuf](https://godoc.org/github.com/golang/protobuf)

* [github.com/gobuffalo/validate](https://godoc.org/github.com/gobuffalo/validate)
* [github.com/konsorten/go-windows-terminal-sequences](https://godoc.org/github.com/konsorten/go-windows-terminal-sequences)

* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid)
* [github.com/kr/pty](https://godoc.org/github.com/kr/pty)

* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect)
* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday)

* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)

* [github.com/serenize/snaker](https://godoc.org/github.com/serenize/snaker)

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)

* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)

* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)

* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto)

* [golang.org/x/net](https://godoc.org/golang.org/x/net)

* [golang.org/x/sync](https://godoc.org/golang.org/x/sync)

* [golang.org/x/sys](https://godoc.org/golang.org/x/sys)

* [golang.org/x/tools](https://godoc.org/golang.org/x/tools)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package plush

const Version = "v3.7.34"
const Version = "v3.8.0"

0 comments on commit e72a071

Please sign in to comment.