This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
3 changed files
with
35 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,214 +1,106 @@ | ||
# github.com/gobuffalo/buffalo Stands on the Shoulders of Giants | ||
|
||
github.com/gobuffalo/buffalo 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 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/codegangsta/negroni](https://godoc.org/github.com/codegangsta/negroni) | ||
|
||
* [github.com/blang/semver](https://godoc.org/github.com/blang/semver) | ||
|
||
* [github.com/cockroachdb/cockroach-go/crdb](https://godoc.org/github.com/cockroachdb/cockroach-go/crdb) | ||
* [github.com/dgrijalva/jwt-go](https://godoc.org/github.com/dgrijalva/jwt-go) | ||
|
||
* [github.com/dustin/go-humanize](https://godoc.org/github.com/dustin/go-humanize) | ||
|
||
* [github.com/fatih/color](https://godoc.org/github.com/fatih/color) | ||
|
||
* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs) | ||
|
||
* [github.com/fsnotify/fsnotify](https://godoc.org/github.com/fsnotify/fsnotify) | ||
|
||
* [github.com/go-sql-driver/mysql](https://godoc.org/github.com/go-sql-driver/mysql) | ||
|
||
* [github.com/gobuffalo/buffalo](https://godoc.org/github.com/gobuffalo/buffalo) | ||
|
||
* [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/buffalo/binding](https://godoc.org/github.com/gobuffalo/buffalo/binding) | ||
|
||
* [github.com/gobuffalo/buffalo/render](https://godoc.org/github.com/gobuffalo/buffalo/render) | ||
* [github.com/gobuffalo/buffalo-plugins](https://godoc.org/github.com/gobuffalo/buffalo-plugins) | ||
|
||
* [github.com/gobuffalo/buffalo/servers](https://godoc.org/github.com/gobuffalo/buffalo/servers) | ||
|
||
* [github.com/gobuffalo/buffalo/worker](https://godoc.org/github.com/gobuffalo/buffalo/worker) | ||
* [github.com/gobuffalo/buffalo-pop](https://godoc.org/github.com/gobuffalo/buffalo-pop) | ||
|
||
* [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/fizz](https://godoc.org/github.com/gobuffalo/fizz) | ||
|
||
* [github.com/gobuffalo/fizz/translators](https://godoc.org/github.com/gobuffalo/fizz/translators) | ||
|
||
* [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/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown) | ||
|
||
* [github.com/gobuffalo/github_flavored_markdown/internal/russross/blackfriday](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/russross/blackfriday) | ||
|
||
* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_diff](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_diff) | ||
|
||
* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_go](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_go) | ||
|
||
* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/octicon](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/octicon) | ||
|
||
* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/sanitized_anchor_name](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/sanitized_anchor_name) | ||
|
||
* [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger) | ||
* [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest) | ||
|
||
* [github.com/gobuffalo/makr](https://godoc.org/github.com/gobuffalo/makr) | ||
|
||
* [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/mw-basicauth](https://godoc.org/github.com/gobuffalo/mw-basicauth) | ||
|
||
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) | ||
|
||
* [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) | ||
* [github.com/gobuffalo/mw-contenttype](https://godoc.org/github.com/gobuffalo/mw-contenttype) | ||
|
||
* [github.com/gobuffalo/plush/ast](https://godoc.org/github.com/gobuffalo/plush/ast) | ||
* [github.com/gobuffalo/mw-csrf](https://godoc.org/github.com/gobuffalo/mw-csrf) | ||
|
||
* [github.com/gobuffalo/plush/lexer](https://godoc.org/github.com/gobuffalo/plush/lexer) | ||
* [github.com/gobuffalo/mw-forcessl](https://godoc.org/github.com/gobuffalo/mw-forcessl) | ||
|
||
* [github.com/gobuffalo/plush/parser](https://godoc.org/github.com/gobuffalo/plush/parser) | ||
* [github.com/gobuffalo/mw-i18n](https://godoc.org/github.com/gobuffalo/mw-i18n) | ||
|
||
* [github.com/gobuffalo/plush/token](https://godoc.org/github.com/gobuffalo/plush/token) | ||
* [github.com/gobuffalo/mw-paramlogger](https://godoc.org/github.com/gobuffalo/mw-paramlogger) | ||
|
||
* [github.com/gobuffalo/pop](https://godoc.org/github.com/gobuffalo/pop) | ||
* [github.com/gobuffalo/mw-tokenauth](https://godoc.org/github.com/gobuffalo/mw-tokenauth) | ||
|
||
* [github.com/gobuffalo/pop/associations](https://godoc.org/github.com/gobuffalo/pop/associations) | ||
* [github.com/gobuffalo/nulls](https://godoc.org/github.com/gobuffalo/nulls) | ||
|
||
* [github.com/gobuffalo/pop/columns](https://godoc.org/github.com/gobuffalo/pop/columns) | ||
|
||
* [github.com/gobuffalo/pop/fix](https://godoc.org/github.com/gobuffalo/pop/fix) | ||
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) | ||
|
||
* [github.com/gobuffalo/pop/logging](https://godoc.org/github.com/gobuffalo/pop/logging) | ||
* [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr) | ||
|
||
* [github.com/gobuffalo/pop/nulls](https://godoc.org/github.com/gobuffalo/pop/nulls) | ||
* [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) | ||
|
||
* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx) | ||
* [github.com/gobuffalo/pop](https://godoc.org/github.com/gobuffalo/pop) | ||
|
||
* [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags) | ||
|
||
* [github.com/gobuffalo/tags/form](https://godoc.org/github.com/gobuffalo/tags/form) | ||
|
||
* [github.com/gobuffalo/tags/form/bootstrap](https://godoc.org/github.com/gobuffalo/tags/form/bootstrap) | ||
|
||
* [github.com/gobuffalo/uuid](https://godoc.org/github.com/gobuffalo/uuid) | ||
|
||
* [github.com/gobuffalo/validate](https://godoc.org/github.com/gobuffalo/validate) | ||
|
||
* [github.com/gobuffalo/validate/validators](https://godoc.org/github.com/gobuffalo/validate/validators) | ||
|
||
* [github.com/gobuffalo/x/defaults](https://godoc.org/github.com/gobuffalo/x/defaults) | ||
|
||
* [github.com/gobuffalo/x/httpx](https://godoc.org/github.com/gobuffalo/x/httpx) | ||
|
||
* [github.com/gobuffalo/x/randx](https://godoc.org/github.com/gobuffalo/x/randx) | ||
|
||
* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid) | ||
* [github.com/gobuffalo/x](https://godoc.org/github.com/gobuffalo/x) | ||
|
||
* [github.com/gorilla/context](https://godoc.org/github.com/gorilla/context) | ||
|
||
* [github.com/gorilla/mux](https://godoc.org/github.com/gorilla/mux) | ||
|
||
* [github.com/gorilla/securecookie](https://godoc.org/github.com/gorilla/securecookie) | ||
|
||
* [github.com/gorilla/sessions](https://godoc.org/github.com/gorilla/sessions) | ||
|
||
* [github.com/jackc/pgx](https://godoc.org/github.com/jackc/pgx) | ||
|
||
* [github.com/jackc/pgx/chunkreader](https://godoc.org/github.com/jackc/pgx/chunkreader) | ||
|
||
* [github.com/jackc/pgx/internal/sanitize](https://godoc.org/github.com/jackc/pgx/internal/sanitize) | ||
|
||
* [github.com/jackc/pgx/pgio](https://godoc.org/github.com/jackc/pgx/pgio) | ||
|
||
* [github.com/jackc/pgx/pgproto3](https://godoc.org/github.com/jackc/pgx/pgproto3) | ||
|
||
* [github.com/jackc/pgx/pgtype](https://godoc.org/github.com/jackc/pgx/pgtype) | ||
|
||
* [github.com/jmoiron/sqlx](https://godoc.org/github.com/jmoiron/sqlx) | ||
|
||
* [github.com/jmoiron/sqlx/reflectx](https://godoc.org/github.com/jmoiron/sqlx/reflectx) | ||
|
||
* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) | ||
|
||
* [github.com/karrick/godirwalk](https://godoc.org/github.com/karrick/godirwalk) | ||
|
||
* [github.com/kballard/go-shellquote](https://godoc.org/github.com/kballard/go-shellquote) | ||
* [github.com/markbates/deplist](https://godoc.org/github.com/markbates/deplist) | ||
|
||
* [github.com/lib/pq](https://godoc.org/github.com/lib/pq) | ||
|
||
* [github.com/lib/pq/oid](https://godoc.org/github.com/lib/pq/oid) | ||
|
||
* [github.com/markbates/going/defaults](https://godoc.org/github.com/markbates/going/defaults) | ||
|
||
* [github.com/markbates/going/randx](https://godoc.org/github.com/markbates/going/randx) | ||
|
||
* [github.com/markbates/grift/grift](https://godoc.org/github.com/markbates/grift/grift) | ||
* [github.com/markbates/grift](https://godoc.org/github.com/markbates/grift) | ||
|
||
* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect) | ||
|
||
* [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer) | ||
|
||
* [github.com/markbates/refresh/refresh](https://godoc.org/github.com/markbates/refresh/refresh) | ||
|
||
* [github.com/markbates/refresh/refresh/web](https://godoc.org/github.com/markbates/refresh/refresh/web) | ||
* [github.com/markbates/refresh](https://godoc.org/github.com/markbates/refresh) | ||
|
||
* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe) | ||
|
||
* [github.com/markbates/sigtx](https://godoc.org/github.com/markbates/sigtx) | ||
|
||
* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday) | ||
|
||
* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir) | ||
|
||
* [github.com/monoculum/formam](https://godoc.org/github.com/monoculum/formam) | ||
|
||
* [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/serenize/snaker](https://godoc.org/github.com/serenize/snaker) | ||
|
||
* [github.com/sergi/go-diff/diffmatchpatch](https://godoc.org/github.com/sergi/go-diff/diffmatchpatch) | ||
|
||
* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus) | ||
|
||
* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate) | ||
|
||
* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight) | ||
|
||
* [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/bcrypt](https://godoc.org/golang.org/x/crypto/bcrypt) | ||
|
||
* [golang.org/x/crypto/blowfish](https://godoc.org/golang.org/x/crypto/blowfish) | ||
* [github.com/spf13/viper](https://godoc.org/github.com/spf13/viper) | ||
|
||
* [golang.org/x/crypto/ssh/terminal](https://godoc.org/golang.org/x/crypto/ssh/terminal) | ||
* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) | ||
|
||
* [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html) | ||
* [github.com/unrolled/secure](https://godoc.org/github.com/unrolled/secure) | ||
|
||
* [golang.org/x/net/html/atom](https://godoc.org/golang.org/x/net/html/atom) | ||
* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto) | ||
|
||
* [golang.org/x/sync/errgroup](https://godoc.org/golang.org/x/sync/errgroup) | ||
* [golang.org/x/sync](https://godoc.org/golang.org/x/sync) | ||
|
||
* [golang.org/x/sys/unix](https://godoc.org/golang.org/x/sys/unix) | ||
* [golang.org/x/tools](https://godoc.org/golang.org/x/tools) | ||
|
||
* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2) | ||
* [gopkg.in/alexcesaro/quotedprintable.v3](https://godoc.org/gopkg.in/alexcesaro/quotedprintable.v3) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package runtime | ||
|
||
// Version is the current version of the buffalo binary | ||
const Version = "v0.13.13" | ||
const Version = "v0.13.14" |