-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
23 additions
and
57 deletions.
There are no files selected for viewing
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
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,74 +1,32 @@ | ||
# github.com/markbates/refresh Stands on the Shoulders of Giants | ||
|
||
github.com/markbates/refresh 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/markbates/refresh 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/fatih/color](https://godoc.org/github.com/fatih/color) | ||
|
||
* [github.com/fsnotify/fsnotify](https://godoc.org/github.com/fsnotify/fsnotify) | ||
|
||
* [github.com/gobuffalo/buffalo-plugins/plugins](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins) | ||
|
||
* [github.com/gobuffalo/buffalo-plugins/plugins/plugdeps](https://godoc.org/github.com/gobuffalo/buffalo-plugins/plugins/plugdeps) | ||
|
||
* [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/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/meta](https://godoc.org/github.com/gobuffalo/meta) | ||
|
||
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) | ||
|
||
* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx) | ||
|
||
* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) | ||
* [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2) | ||
|
||
* [github.com/karrick/godirwalk](https://godoc.org/github.com/karrick/godirwalk) | ||
* [github.com/markbates/grift](https://godoc.org/github.com/markbates/grift) | ||
|
||
* [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer) | ||
* [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable) | ||
|
||
* [github.com/markbates/refresh](https://godoc.org/github.com/markbates/refresh) | ||
|
||
* [github.com/markbates/refresh/cmd](https://godoc.org/github.com/markbates/refresh/cmd) | ||
|
||
* [github.com/markbates/refresh/refresh](https://godoc.org/github.com/markbates/refresh/refresh) | ||
|
||
* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe) | ||
* [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty) | ||
|
||
* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir) | ||
|
||
* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) | ||
|
||
* [github.com/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile) | ||
|
||
* [github.com/rogpeppe/go-internal/module](https://godoc.org/github.com/rogpeppe/go-internal/module) | ||
|
||
* [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver) | ||
|
||
* [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/crypto](https://godoc.org/golang.org/x/crypto) | ||
|
||
* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2) |
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,3 +1,3 @@ | ||
package main | ||
|
||
const Version = "v1.6.0" | ||
const Version = "v1.7.0" |