diff --git a/SHOULDERS.md b/SHOULDERS.md index 35dc4d548..3730c916e 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -13,14 +13,10 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/attrs](https://godoc.org/github.com/gobuffalo/attrs) -* [github.com/gobuffalo/buffalo-docker](https://godoc.org/github.com/gobuffalo/buffalo-docker) - * [github.com/gobuffalo/buffalo-pop](https://godoc.org/github.com/gobuffalo/buffalo-pop) * [github.com/gobuffalo/clara](https://godoc.org/github.com/gobuffalo/clara) -* [github.com/gobuffalo/depgen](https://godoc.org/github.com/gobuffalo/depgen) - * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) * [github.com/gobuffalo/events](https://godoc.org/github.com/gobuffalo/events) @@ -33,8 +29,6 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown) -* [github.com/gobuffalo/gogen](https://godoc.org/github.com/gobuffalo/gogen) - * [github.com/gobuffalo/helpers](https://godoc.org/github.com/gobuffalo/helpers) * [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest) @@ -53,22 +47,14 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) -* [github.com/gobuffalo/plushgen](https://godoc.org/github.com/gobuffalo/plushgen) - * [github.com/gobuffalo/pop](https://godoc.org/github.com/gobuffalo/pop) * [github.com/gobuffalo/release](https://godoc.org/github.com/gobuffalo/release) -* [github.com/gobuffalo/shoulders](https://godoc.org/github.com/gobuffalo/shoulders) - -* [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/x](https://godoc.org/github.com/gobuffalo/x) -* [github.com/gorilla/context](https://godoc.org/github.com/gorilla/context) - * [github.com/gorilla/mux](https://godoc.org/github.com/gorilla/mux) * [github.com/gorilla/sessions](https://godoc.org/github.com/gorilla/sessions) @@ -89,10 +75,10 @@ Thank you to the following **GIANTS**: * [github.com/monoculum/formam](https://godoc.org/github.com/monoculum/formam) -* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) - * [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus) +* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero) + * [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra) * [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag) @@ -101,8 +87,6 @@ Thank you to the following **GIANTS**: * [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/sync](https://godoc.org/golang.org/x/sync) * [golang.org/x/tools](https://godoc.org/golang.org/x/tools) diff --git a/runtime/version.go b/runtime/version.go index 42cff956c..c07225104 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 = "development" +const Version = "v0.14.7-alpha.2"