Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
version bump: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 18, 2018
1 parent bfc02f0 commit 940160d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package docker

const Version = "v1.0.1"
const Version = "v1.0.2"
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
10 changes: 6 additions & 4 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 940160d

Please sign in to comment.