@@ -5,28 +5,18 @@ Buffalo does not try to reinvent the wheel! Instead, it uses the already great w
55Thank you to the following ** GIANTS** :
66
77* [ github.com/BurntSushi/toml] ( https://godoc.org/github.com/BurntSushi/toml )
8- * [ github.com/Masterminds/semver/v3] ( https://godoc.org/github.com/Masterminds/semver/v3 )
98* [ github.com/aymerick/douceur] ( https://godoc.org/github.com/aymerick/douceur )
10- * [ github.com/cockroachdb/apd] ( https://godoc.org/github.com/cockroachdb/apd )
11- * [ github.com/coreos/go-systemd] ( https://godoc.org/github.com/coreos/go-systemd )
129* [ github.com/cpuguy83/go-md2man/v2] ( https://godoc.org/github.com/cpuguy83/go-md2man/v2 )
13- * [ github.com/creack/pty] ( https://godoc.org/github.com/creack/pty )
1410* [ github.com/davecgh/go-spew] ( https://godoc.org/github.com/davecgh/go-spew )
1511* [ github.com/dustin/go-humanize] ( https://godoc.org/github.com/dustin/go-humanize )
1612* [ github.com/fatih/color] ( https://godoc.org/github.com/fatih/color )
1713* [ github.com/fatih/structs] ( https://godoc.org/github.com/fatih/structs )
1814* [ github.com/felixge/httpsnoop] ( https://godoc.org/github.com/felixge/httpsnoop )
1915* [ github.com/fsnotify/fsnotify] ( https://godoc.org/github.com/fsnotify/fsnotify )
20- * [ github.com/go-kit/log] ( https://godoc.org/github.com/go-kit/log )
21- * [ github.com/go-logfmt/logfmt] ( https://godoc.org/github.com/go-logfmt/logfmt )
2216* [ github.com/go-sql-driver/mysql] ( https://godoc.org/github.com/go-sql-driver/mysql )
23- * [ github.com/go-stack/stack] ( https://godoc.org/github.com/go-stack/stack )
24- * [ github.com/gobuffalo/attrs] ( https://godoc.org/github.com/gobuffalo/attrs )
2517* [ github.com/gobuffalo/envy] ( https://godoc.org/github.com/gobuffalo/envy )
2618* [ github.com/gobuffalo/events] ( https://godoc.org/github.com/gobuffalo/events )
27- * [ github.com/gobuffalo/fizz] ( https://godoc.org/github.com/gobuffalo/fizz )
2819* [ github.com/gobuffalo/flect] ( https://godoc.org/github.com/gobuffalo/flect )
29- * [ github.com/gobuffalo/genny/v2] ( https://godoc.org/github.com/gobuffalo/genny/v2 )
3020* [ github.com/gobuffalo/github_flavored_markdown] ( https://godoc.org/github.com/gobuffalo/github_flavored_markdown )
3121* [ github.com/gobuffalo/grift] ( https://godoc.org/github.com/gobuffalo/grift )
3222* [ github.com/gobuffalo/helpers] ( https://godoc.org/github.com/gobuffalo/helpers )
@@ -35,60 +25,36 @@ Thank you to the following **GIANTS**:
3525* [ github.com/gobuffalo/logger] ( https://godoc.org/github.com/gobuffalo/logger )
3626* [ github.com/gobuffalo/meta] ( https://godoc.org/github.com/gobuffalo/meta )
3727* [ github.com/gobuffalo/nulls] ( https://godoc.org/github.com/gobuffalo/nulls )
38- * [ github.com/gobuffalo/packd] ( https://godoc.org/github.com/gobuffalo/packd )
3928* [ github.com/gobuffalo/plush/v4] ( https://godoc.org/github.com/gobuffalo/plush/v4 )
40- * [ github.com/gobuffalo/pop/v6] ( https://godoc.org/github.com/gobuffalo/pop/v6 )
4129* [ github.com/gobuffalo/refresh] ( https://godoc.org/github.com/gobuffalo/refresh )
4230* [ github.com/gobuffalo/tags/v3] ( https://godoc.org/github.com/gobuffalo/tags/v3 )
4331* [ github.com/gobuffalo/validate/v3] ( https://godoc.org/github.com/gobuffalo/validate/v3 )
4432* [ github.com/gofrs/uuid] ( https://godoc.org/github.com/gofrs/uuid )
4533* [ github.com/google/go-cmp] ( https://godoc.org/github.com/google/go-cmp )
46- * [ github.com/google/renameio] ( https://godoc.org/github.com/google/renameio )
4734* [ github.com/gorilla/css] ( https://godoc.org/github.com/gorilla/css )
4835* [ github.com/gorilla/handlers] ( https://godoc.org/github.com/gorilla/handlers )
4936* [ github.com/gorilla/mux] ( https://godoc.org/github.com/gorilla/mux )
5037* [ github.com/gorilla/securecookie] ( https://godoc.org/github.com/gorilla/securecookie )
5138* [ github.com/gorilla/sessions] ( https://godoc.org/github.com/gorilla/sessions )
5239* [ github.com/inconshreveable/mousetrap] ( https://godoc.org/github.com/inconshreveable/mousetrap )
53- * [ github.com/jackc/chunkreader] ( https://godoc.org/github.com/jackc/chunkreader )
54- * [ github.com/jackc/chunkreader/v2] ( https://godoc.org/github.com/jackc/chunkreader/v2 )
55- * [ github.com/jackc/pgconn] ( https://godoc.org/github.com/jackc/pgconn )
56- * [ github.com/jackc/pgio] ( https://godoc.org/github.com/jackc/pgio )
57- * [ github.com/jackc/pgmock] ( https://godoc.org/github.com/jackc/pgmock )
58- * [ github.com/jackc/pgpassfile] ( https://godoc.org/github.com/jackc/pgpassfile )
59- * [ github.com/jackc/pgproto3] ( https://godoc.org/github.com/jackc/pgproto3 )
60- * [ github.com/jackc/pgproto3/v2] ( https://godoc.org/github.com/jackc/pgproto3/v2 )
61- * [ github.com/jackc/pgservicefile] ( https://godoc.org/github.com/jackc/pgservicefile )
62- * [ github.com/jackc/pgtype] ( https://godoc.org/github.com/jackc/pgtype )
63- * [ github.com/jackc/pgx/v4] ( https://godoc.org/github.com/jackc/pgx/v4 )
64- * [ github.com/jackc/puddle] ( https://godoc.org/github.com/jackc/puddle )
6540* [ github.com/jmoiron/sqlx] ( https://godoc.org/github.com/jmoiron/sqlx )
6641* [ github.com/joho/godotenv] ( https://godoc.org/github.com/joho/godotenv )
67- * [ github.com/kballard/go-shellquote] ( https://godoc.org/github.com/kballard/go-shellquote )
68- * [ github.com/kisielk/gotool] ( https://godoc.org/github.com/kisielk/gotool )
69- * [ github.com/konsorten/go-windows-terminal-sequences] ( https://godoc.org/github.com/konsorten/go-windows-terminal-sequences )
7042* [ github.com/kr/pretty] ( https://godoc.org/github.com/kr/pretty )
7143* [ github.com/kr/pty] ( https://godoc.org/github.com/kr/pty )
7244* [ github.com/kr/text] ( https://godoc.org/github.com/kr/text )
7345* [ github.com/lib/pq] ( https://godoc.org/github.com/lib/pq )
74- * [ github.com/luna-duclos/instrumentedsql] ( https://godoc.org/github.com/luna-duclos/instrumentedsql )
7546* [ github.com/mattn/go-colorable] ( https://godoc.org/github.com/mattn/go-colorable )
7647* [ github.com/mattn/go-isatty] ( https://godoc.org/github.com/mattn/go-isatty )
7748* [ github.com/mattn/go-sqlite3] ( https://godoc.org/github.com/mattn/go-sqlite3 )
7849* [ github.com/microcosm-cc/bluemonday] ( https://godoc.org/github.com/microcosm-cc/bluemonday )
7950* [ github.com/mitchellh/go-homedir] ( https://godoc.org/github.com/mitchellh/go-homedir )
8051* [ github.com/monoculum/formam] ( https://godoc.org/github.com/monoculum/formam )
8152* [ github.com/pkg/diff] ( https://godoc.org/github.com/pkg/diff )
82- * [ github.com/pkg/errors] ( https://godoc.org/github.com/pkg/errors )
8353* [ github.com/pmezard/go-difflib] ( https://godoc.org/github.com/pmezard/go-difflib )
8454* [ github.com/psanford/memfs] ( https://godoc.org/github.com/psanford/memfs )
8555* [ github.com/rogpeppe/go-internal] ( https://godoc.org/github.com/rogpeppe/go-internal )
86- * [ github.com/rs/xid] ( https://godoc.org/github.com/rs/xid )
87- * [ github.com/rs/zerolog] ( https://godoc.org/github.com/rs/zerolog )
8856* [ github.com/russross/blackfriday/v2] ( https://godoc.org/github.com/russross/blackfriday/v2 )
89- * [ github.com/satori/go.uuid] ( https://godoc.org/github.com/satori/go.uuid )
9057* [ github.com/sergi/go-diff] ( https://godoc.org/github.com/sergi/go-diff )
91- * [ github.com/shopspring/decimal] ( https://godoc.org/github.com/shopspring/decimal )
9258* [ github.com/sirupsen/logrus] ( https://godoc.org/github.com/sirupsen/logrus )
9359* [ github.com/sourcegraph/annotate] ( https://godoc.org/github.com/sourcegraph/annotate )
9460* [ github.com/sourcegraph/syntaxhighlight] ( https://godoc.org/github.com/sourcegraph/syntaxhighlight )
@@ -97,13 +63,7 @@ Thank you to the following **GIANTS**:
9763* [ github.com/stretchr/objx] ( https://godoc.org/github.com/stretchr/objx )
9864* [ github.com/stretchr/testify] ( https://godoc.org/github.com/stretchr/testify )
9965* [ github.com/yuin/goldmark] ( https://godoc.org/github.com/yuin/goldmark )
100- * [ github.com/zenazn/goji] ( https://godoc.org/github.com/zenazn/goji )
101- * [ go.uber.org/atomic] ( https://godoc.org/go.uber.org/atomic )
102- * [ go.uber.org/multierr] ( https://godoc.org/go.uber.org/multierr )
103- * [ go.uber.org/tools] ( https://godoc.org/go.uber.org/tools )
104- * [ go.uber.org/zap] ( https://godoc.org/go.uber.org/zap )
10566* [ golang.org/x/crypto] ( https://godoc.org/golang.org/x/crypto )
106- * [ golang.org/x/lint] ( https://godoc.org/golang.org/x/lint )
10767* [ golang.org/x/mod] ( https://godoc.org/golang.org/x/mod )
10868* [ golang.org/x/net] ( https://godoc.org/golang.org/x/net )
10969* [ golang.org/x/sync] ( https://godoc.org/golang.org/x/sync )
@@ -113,8 +73,5 @@ Thank you to the following **GIANTS**:
11373* [ golang.org/x/tools] ( https://godoc.org/golang.org/x/tools )
11474* [ golang.org/x/xerrors] ( https://godoc.org/golang.org/x/xerrors )
11575* [ gopkg.in/check.v1] ( https://godoc.org/gopkg.in/check.v1 )
116- * [ gopkg.in/errgo.v2] ( https://godoc.org/gopkg.in/errgo.v2 )
117- * [ gopkg.in/inconshreveable/log15.v2] ( https://godoc.org/gopkg.in/inconshreveable/log15.v2 )
11876* [ gopkg.in/yaml.v2] ( https://godoc.org/gopkg.in/yaml.v2 )
11977* [ gopkg.in/yaml.v3] ( https://godoc.org/gopkg.in/yaml.v3 )
120- * [ honnef.co/go/tools] ( https://godoc.org/honnef.co/go/tools )
0 commit comments