From edf1c489526ae6cf88c013577edd2ce39dc07c9a Mon Sep 17 00:00:00 2001 From: Stanislas Michalak Date: Sat, 16 Feb 2019 05:22:26 +0100 Subject: [PATCH] Update SHOULDERS.md (#1061) Ensure the list is up to date with the current deps. This is the result of the following command: $ shoulders -w -n Athens --- SHOULDERS.md | 180 ++++++++++++++------------------------------------- 1 file changed, 49 insertions(+), 131 deletions(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index 38169938..45aea5d2 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -1,188 +1,106 @@ -# `github.com/gomods/athens` Stands on the Shoulders of Giants +# Athens Stands on the Shoulders of Giants -`github.com/gomods/athens` does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them altogether 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. +Athens 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/cockroachdb/cockroach-go/crdb](https://godoc.org/github.com/cockroachdb/cockroach-go/crdb) +* [cloud.google.com/go](https://godoc.org/cloud.google.com/go) -* [github.com/cockroachdb/cockroach-go/testserver](https://godoc.org/github.com/cockroachdb/cockroach-go/testserver) +* [contrib.go.opencensus.io/exporter/stackdriver](https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver) -* [github.com/dustin/go-humanize](https://godoc.org/github.com/dustin/go-humanize) +* [github.com/Azure/azure-storage-blob-go](https://godoc.org/github.com/Azure/azure-storage-blob-go) + +* [github.com/BurntSushi/toml](https://godoc.org/github.com/BurntSushi/toml) + +* [github.com/DataDog/datadog-go](https://godoc.org/github.com/DataDog/datadog-go) + +* [github.com/DataDog/opencensus-go-exporter-datadog](https://godoc.org/github.com/DataDog/opencensus-go-exporter-datadog) + +* [github.com/aws/aws-sdk-go](https://godoc.org/github.com/aws/aws-sdk-go) * [github.com/fatih/color](https://godoc.org/github.com/fatih/color) -* [github.com/fatih/color/vendor/github.com/mattn/go-colorable](https://godoc.org/github.com/fatih/color/vendor/github.com/mattn/go-colorable) +* [github.com/globalsign/mgo](https://godoc.org/github.com/globalsign/mgo) -* [github.com/fatih/color/vendor/github.com/mattn/go-isatty](https://godoc.org/github.com/fatih/color/vendor/github.com/mattn/go-isatty) +* [github.com/go-playground/locales](https://godoc.org/github.com/go-playground/locales) -* [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/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/servers](https://godoc.org/github.com/gobuffalo/buffalo/servers) - -* [github.com/gobuffalo/buffalo/vendor/github.com/russross/blackfriday](https://godoc.org/github.com/gobuffalo/buffalo/vendor/github.com/russross/blackfriday) - -* [github.com/gobuffalo/buffalo/worker](https://godoc.org/github.com/gobuffalo/buffalo/worker) +* [github.com/go-playground/universal-translator](https://godoc.org/github.com/go-playground/universal-translator) * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) -* [github.com/gobuffalo/fizz](https://godoc.org/github.com/gobuffalo/fizz) +* [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest) -* [github.com/gobuffalo/fizz/translators](https://godoc.org/github.com/gobuffalo/fizz/translators) +* [github.com/gogo/protobuf](https://godoc.org/github.com/gogo/protobuf) -* [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown) +* [github.com/golang/glog](https://godoc.org/github.com/golang/glog) -* [github.com/gobuffalo/makr](https://godoc.org/github.com/gobuffalo/makr) +* [github.com/google/go-cmp](https://godoc.org/github.com/google/go-cmp) -* [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr) +* [github.com/google/martian](https://godoc.org/github.com/google/martian) -* [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) +* [github.com/googleapis/gax-go](https://godoc.org/github.com/googleapis/gax-go) -* [github.com/gobuffalo/plush/ast](https://godoc.org/github.com/gobuffalo/plush/ast) - -* [github.com/gobuffalo/plush/lexer](https://godoc.org/github.com/gobuffalo/plush/lexer) - -* [github.com/gobuffalo/plush/parser](https://godoc.org/github.com/gobuffalo/plush/parser) - -* [github.com/gobuffalo/plush/token](https://godoc.org/github.com/gobuffalo/plush/token) - -* [github.com/gobuffalo/pop](https://godoc.org/github.com/gobuffalo/pop) - -* [github.com/gobuffalo/pop/associations](https://godoc.org/github.com/gobuffalo/pop/associations) - -* [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/pop/nulls](https://godoc.org/github.com/gobuffalo/pop/nulls) - -* [github.com/gobuffalo/pop/slices](https://godoc.org/github.com/gobuffalo/pop/slices) - -* [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/httpx](https://godoc.org/github.com/gobuffalo/x/httpx) - -* [github.com/gorilla/context](https://godoc.org/github.com/gorilla/context) +* [github.com/gopherjs/gopherjs](https://godoc.org/github.com/gopherjs/gopherjs) * [github.com/gorilla/mux](https://godoc.org/github.com/gorilla/mux) -* [github.com/gorilla/securecookie](https://godoc.org/github.com/gorilla/securecookie) +* [github.com/hashicorp/go-multierror](https://godoc.org/github.com/hashicorp/go-multierror) -* [github.com/gorilla/sessions](https://godoc.org/github.com/gorilla/sessions) +* [github.com/jtolds/gls](https://godoc.org/github.com/jtolds/gls) -* [github.com/jmoiron/sqlx](https://godoc.org/github.com/jmoiron/sqlx) +* [github.com/kelseyhightower/envconfig](https://godoc.org/github.com/kelseyhightower/envconfig) -* [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/konsorten/go-windows-terminal-sequences](https://godoc.org/github.com/konsorten/go-windows-terminal-sequences) * [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty) -* [github.com/lib/pq](https://godoc.org/github.com/lib/pq) +* [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable) -* [github.com/lib/pq/oid](https://godoc.org/github.com/lib/pq/oid) +* [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty) -* [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/going/wait](https://godoc.org/github.com/markbates/going/wait) - -* [github.com/markbates/grift/grift](https://godoc.org/github.com/markbates/grift/grift) - -* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect) - -* [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/sigtx](https://godoc.org/github.com/markbates/sigtx) - -* [github.com/markbates/willie](https://godoc.org/github.com/markbates/willie) - -* [github.com/mattn/go-sqlite3](https://godoc.org/github.com/mattn/go-sqlite3) - -* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday) +* [github.com/minio/minio-go](https://godoc.org/github.com/minio/minio-go) * [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/philhofer/fwd](https://godoc.org/github.com/philhofer/fwd) -* [github.com/onsi/ginkgo](https://godoc.org/github.com/onsi/ginkgo) - -* [github.com/onsi/gomega](https://godoc.org/github.com/onsi/gomega) - -* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) - -* [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/shurcooL/github_flavored_markdown](https://godoc.org/github.com/shurcooL/github_flavored_markdown) - -* [github.com/shurcooL/highlight_diff](https://godoc.org/github.com/shurcooL/highlight_diff) - -* [github.com/shurcooL/highlight_go](https://godoc.org/github.com/shurcooL/highlight_go) - -* [github.com/shurcooL/octicon](https://godoc.org/github.com/shurcooL/octicon) - -* [github.com/shurcooL/sanitized_anchor_name](https://godoc.org/github.com/shurcooL/sanitized_anchor_name) +* [github.com/prometheus/client_golang](https://godoc.org/github.com/prometheus/client_golang) * [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus) -* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate) +* [github.com/smartystreets/assertions](https://godoc.org/github.com/smartystreets/assertions) -* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight) +* [github.com/smartystreets/goconvey](https://godoc.org/github.com/smartystreets/goconvey) -* [github.com/stretchr/testify/assert](https://godoc.org/github.com/stretchr/testify/assert) +* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero) -* [github.com/stretchr/testify/require](https://godoc.org/github.com/stretchr/testify/require) +* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) -* [github.com/stretchr/testify/suite](https://godoc.org/github.com/stretchr/testify/suite) +* [github.com/tinylib/msgp](https://godoc.org/github.com/tinylib/msgp) -* [github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew](https://godoc.org/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew) +* [github.com/unrolled/secure](https://godoc.org/github.com/unrolled/secure) -* [github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib](https://godoc.org/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib) +* [go.opencensus.io](https://godoc.org/go.opencensus.io) -* [golang.org/x/crypto/bcrypt](https://godoc.org/golang.org/x/crypto/bcrypt) +* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto) -* [golang.org/x/crypto/blowfish](https://godoc.org/golang.org/x/crypto/blowfish) +* [golang.org/x/net](https://godoc.org/golang.org/x/net) -* [golang.org/x/crypto/ssh/terminal](https://godoc.org/golang.org/x/crypto/ssh/terminal) +* [golang.org/x/oauth2](https://godoc.org/golang.org/x/oauth2) -* [golang.org/x/net/context](https://godoc.org/golang.org/x/net/context) +* [golang.org/x/sync](https://godoc.org/golang.org/x/sync) -* [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html) +* [golang.org/x/sys](https://godoc.org/golang.org/x/sys) -* [golang.org/x/net/html/atom](https://godoc.org/golang.org/x/net/html/atom) +* [google.golang.org/api](https://godoc.org/google.golang.org/api) -* [golang.org/x/sync/errgroup](https://godoc.org/golang.org/x/sync/errgroup) +* [google.golang.org/appengine](https://godoc.org/google.golang.org/appengine) -* [golang.org/x/sys/unix](https://godoc.org/golang.org/x/sys/unix) +* [gopkg.in/DataDog/dd-trace-go.v1](https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1) * [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1) -* [gopkg.in/russross/blackfriday.v1](https://godoc.org/gopkg.in/russross/blackfriday.v1) +* [gopkg.in/go-playground/assert.v1](https://godoc.org/gopkg.in/go-playground/assert.v1) -* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2) +* [gopkg.in/go-playground/validator.v9](https://godoc.org/gopkg.in/go-playground/validator.v9)