dip/vendor/github.com/gobuffalo/packr/v2/SHOULDERS.md

99 lines
3.8 KiB
Markdown
Raw Normal View History

2020-01-26 16:38:57 +01:00
# github.com/gobuffalo/packr/v2 Stands on the Shoulders of Giants
github.com/gobuffalo/packr/v2 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/armon/consul-api](https://godoc.org/github.com/armon/consul-api)
* [github.com/coreos/etcd](https://godoc.org/github.com/coreos/etcd)
* [github.com/coreos/go-etcd](https://godoc.org/github.com/coreos/go-etcd)
* [github.com/coreos/go-semver](https://godoc.org/github.com/coreos/go-semver)
* [github.com/cpuguy83/go-md2man](https://godoc.org/github.com/cpuguy83/go-md2man)
* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew)
* [github.com/fsnotify/fsnotify](https://godoc.org/github.com/fsnotify/fsnotify)
* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy)
* [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger)
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd)
* [github.com/hashicorp/hcl](https://godoc.org/github.com/hashicorp/hcl)
* [github.com/inconshreveable/mousetrap](https://godoc.org/github.com/inconshreveable/mousetrap)
* [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/kr/pty](https://godoc.org/github.com/kr/pty)
* [github.com/kr/text](https://godoc.org/github.com/kr/text)
* [github.com/magiconair/properties](https://godoc.org/github.com/magiconair/properties)
* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir)
* [github.com/mitchellh/mapstructure](https://godoc.org/github.com/mitchellh/mapstructure)
* [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml)
* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)
* [github.com/rogpeppe/go-internal](https://godoc.org/github.com/rogpeppe/go-internal)
* [github.com/russross/blackfriday](https://godoc.org/github.com/russross/blackfriday)
* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus)
* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero)
* [github.com/spf13/cast](https://godoc.org/github.com/spf13/cast)
* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)
* [github.com/spf13/jwalterweatherman](https://godoc.org/github.com/spf13/jwalterweatherman)
* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag)
* [github.com/spf13/viper](https://godoc.org/github.com/spf13/viper)
* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)
* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)
* [github.com/ugorji/go/codec](https://godoc.org/github.com/ugorji/go/codec)
* [github.com/xordataexchange/crypt](https://godoc.org/github.com/xordataexchange/crypt)
* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto)
* [golang.org/x/net](https://godoc.org/golang.org/x/net)
* [golang.org/x/sync](https://godoc.org/golang.org/x/sync)
* [golang.org/x/sys](https://godoc.org/golang.org/x/sys)
* [golang.org/x/text](https://godoc.org/golang.org/x/text)
* [golang.org/x/tools](https://godoc.org/golang.org/x/tools)
* [golang.org/x/xerrors](https://godoc.org/golang.org/x/xerrors)
* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1)
* [gopkg.in/errgo.v2](https://godoc.org/gopkg.in/errgo.v2)
* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2)