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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 25, 2019
1 parent d451874 commit b56ba21
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 60 deletions.
8 changes: 8 additions & 0 deletions genny/docker/docker-packr.go

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

1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/gobuffalo/gogen v0.0.0-20190224213239-1c6076128bbc
github.com/gobuffalo/meta v0.0.0-20190207205153-50a99e08b8cf
github.com/gobuffalo/packr v1.22.0
github.com/gobuffalo/packr/v2 v2.0.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
Expand Down
56 changes: 56 additions & 0 deletions packrd/packed-packr.go

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

64 changes: 5 additions & 59 deletions shoulders.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,24 @@
# github.com/gobuffalo/buffalo-docker Stands on the Shoulders of Giants

github.com/gobuffalo/buffalo-docker does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants this project would not be possible. Please make sure to check them out and thank them for all of their hard work.
github.com/gobuffalo/buffalo-docker does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work.

Thank you to the following **GIANTS**:


* [github.com/BurntSushi/toml](https://godoc.org/github.com/BurntSushi/toml)
* [github.com/gobuffalo/buffalo](https://godoc.org/github.com/gobuffalo/buffalo)

* [github.com/gobuffalo/buffalo-docker](https://godoc.org/github.com/gobuffalo/buffalo-docker)

* [github.com/gobuffalo/buffalo-docker/cmd](https://godoc.org/github.com/gobuffalo/buffalo-docker/cmd)

* [github.com/gobuffalo/buffalo-docker/docker](https://godoc.org/github.com/gobuffalo/buffalo-docker/docker)

* [github.com/gobuffalo/buffalo-docker/genny/docker](https://godoc.org/github.com/gobuffalo/buffalo-docker/genny/docker)

* [github.com/gobuffalo/buffalo-plugins/plugins](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins)

* [github.com/gobuffalo/buffalo-plugins/plugins/plugcmds](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins/plugcmds)

* [github.com/gobuffalo/buffalo-plugins/plugins/plugdeps](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins/plugdeps)

* [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/buffalo-plugins](https://godoc.org/github.com/gobuffalo/buffalo-plugins)

* [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)

* [github.com/gobuffalo/genny/movinglater/gotools/goimports](https://godoc.org/github.com/gobuffalo/genny/movinglater/gotools/goimports)

* [github.com/gobuffalo/genny/movinglater/gotools/gomods](https://godoc.org/github.com/gobuffalo/genny/movinglater/gotools/gomods)

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

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

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

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

* [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/oncer](https://godoc.org/github.com/markbates/oncer)

* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe)

* [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/cobra](https://godoc.org/github.com/spf13/cobra)

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

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

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

* [golang.org/x/tools/go/ast/astutil](https://godoc.org/golang.org/x/tools/go/ast/astutil)

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

* [golang.org/x/tools/internal/fastwalk](https://godoc.org/golang.org/x/tools/internal/fastwalk)

* [golang.org/x/tools/internal/gopathwalk](https://godoc.org/golang.org/x/tools/internal/gopathwalk)
* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of main
const Version = "v1.0.5"
const Version = "v1.0.6"

0 comments on commit b56ba21

Please sign in to comment.