From 940160d66e668669716b08da26576707e961baf8 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Thu, 18 Oct 2018 12:02:08 -0400 Subject: [PATCH] version bump: v1.0.2 --- docker/version.go | 2 +- go.mod | 2 ++ shoulders.md | 10 ++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docker/version.go b/docker/version.go index fb5f36a..957101e 100644 --- a/docker/version.go +++ b/docker/version.go @@ -1,3 +1,3 @@ package docker -const Version = "v1.0.1" +const Version = "v1.0.2" diff --git a/go.mod b/go.mod index cbc3c65..b0d063f 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,10 @@ require ( github.com/gobuffalo/genny v0.0.0-20181017160347-90a774534246 github.com/gobuffalo/meta v0.0.0-20181018155829-df62557efcd3 github.com/gobuffalo/packr v1.13.7 + github.com/gobuffalo/uuid v2.0.4+incompatible // indirect github.com/pkg/errors v0.8.0 github.com/spf13/cobra v0.0.3 github.com/stretchr/testify v1.2.2 + golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect golang.org/x/tools v0.0.0-20181017214349-06f26fdaaa28 // indirect ) diff --git a/shoulders.md b/shoulders.md index c540f9a..786f32f 100644 --- a/shoulders.md +++ b/shoulders.md @@ -19,14 +19,16 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/buffalo-plugins/plugins/plugdeps](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins/plugdeps) -* [github.com/gobuffalo/buffalo/meta](https://godoc.org/github.com/gobuffalo/buffalo/meta) - * [github.com/gobuffalo/buffalo/runtime](https://godoc.org/github.com/gobuffalo/buffalo/runtime) * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) * [github.com/gobuffalo/events](https://godoc.org/github.com/gobuffalo/events) +* [github.com/gobuffalo/flect](https://godoc.org/github.com/gobuffalo/flect) + +* [github.com/gobuffalo/flect/name](https://godoc.org/github.com/gobuffalo/flect/name) + * [github.com/gobuffalo/genny](https://godoc.org/github.com/gobuffalo/genny) * [github.com/gobuffalo/genny/movinglater/gotools](https://godoc.org/github.com/gobuffalo/genny/movinglater/gotools) @@ -37,14 +39,14 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/mapi](https://godoc.org/github.com/gobuffalo/mapi) +* [github.com/gobuffalo/meta](https://godoc.org/github.com/gobuffalo/meta) + * [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr) * [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) * [github.com/karrick/godirwalk](https://godoc.org/github.com/karrick/godirwalk) -* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect) - * [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer) * [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml)