This repository has been archived by the owner on Jul 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
71 additions
and
60 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |