diff --git a/SHOULDERS.md b/SHOULDERS.md index e1d186271..bd12ff14c 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -95,6 +95,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/pop/nulls](https://godoc.org/github.com/gobuffalo/pop/nulls) +* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx) + * [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags) * [github.com/gobuffalo/tags/form](https://godoc.org/github.com/gobuffalo/tags/form) @@ -167,10 +169,6 @@ Thank you to the following **GIANTS**: * [github.com/markbates/sigtx](https://godoc.org/github.com/markbates/sigtx) -* [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable) - -* [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty) - * [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday) * [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir) @@ -199,8 +197,6 @@ Thank you to the following **GIANTS**: * [golang.org/x/crypto/ssh/terminal](https://godoc.org/golang.org/x/crypto/ssh/terminal) -* [golang.org/x/net/context](https://godoc.org/golang.org/x/net/context) - * [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html) * [golang.org/x/net/html/atom](https://godoc.org/golang.org/x/net/html/atom) diff --git a/runtime/version.go b/runtime/version.go index 4e2e6d8fc..11a741acc 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,4 +1,4 @@ package runtime // Version is the current version of the buffalo binary -const Version = "v0.13.6" +const Version = "v0.13.7"