-
Notifications
You must be signed in to change notification settings - Fork 10
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
7 changed files
with
2,341 additions
and
712 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
module github.com/buffalo-swagger/example | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/gobuffalo/buffalo v0.16.26 | ||
github.com/gobuffalo/envy v1.9.0 | ||
github.com/gobuffalo/mw-contenttype v0.0.0-20190129203934-2554e742333b | ||
github.com/gobuffalo/mw-forcessl v0.0.0-20180802152810-73921ae7a130 | ||
github.com/gobuffalo/mw-paramlogger v0.0.0-20190129202837-395da1998525 | ||
github.com/gobuffalo/packr v1.25.0 | ||
github.com/gobuffalo/suite v2.8.2+incompatible | ||
github.com/gobuffalo/x v0.0.0-20190224155809-6bb134105960 | ||
github.com/rs/cors v1.8.0 | ||
github.com/swaggo/buffalo-swagger v1.2.0 | ||
github.com/swaggo/swag v1.7.8 | ||
github.com/unrolled/secure v0.0.0-20190103195806-76e6d4e9b90c | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/KyleBanks/depth v1.2.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.0.3 // indirect | ||
github.com/PuerkitoBio/purell v1.1.1 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/fatih/color v1.12.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.19.6 // indirect | ||
github.com/go-openapi/spec v0.20.4 // indirect | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/gobuffalo/events v1.4.1 // indirect | ||
github.com/gobuffalo/fizz v1.10.0 // indirect | ||
github.com/gobuffalo/flect v0.2.3 // indirect | ||
github.com/gobuffalo/genny v0.6.0 // indirect | ||
github.com/gobuffalo/github_flavored_markdown v1.1.0 // indirect | ||
github.com/gobuffalo/helpers v0.6.2 // indirect | ||
github.com/gobuffalo/httptest v1.5.0 // indirect | ||
github.com/gobuffalo/logger v1.0.4 // indirect | ||
github.com/gobuffalo/meta v0.3.0 // indirect | ||
github.com/gobuffalo/mw-csrf v0.0.0-20190129204204-25460a055517 // indirect | ||
github.com/gobuffalo/nulls v0.4.0 // indirect | ||
github.com/gobuffalo/packd v1.0.0 // indirect | ||
github.com/gobuffalo/plush v3.8.3+incompatible // indirect | ||
github.com/gobuffalo/plush/v4 v4.1.5 // indirect | ||
github.com/gobuffalo/pop v4.13.1+incompatible // indirect | ||
github.com/gobuffalo/pop/v5 v5.3.3 // indirect | ||
github.com/gobuffalo/tags/v3 v3.1.0 // indirect | ||
github.com/gobuffalo/validate v2.0.4+incompatible // indirect | ||
github.com/gobuffalo/validate/v3 v3.1.0 // indirect | ||
github.com/gofrs/uuid v3.2.0+incompatible // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/gorilla/sessions v1.2.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgconn v1.8.0 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.0.6 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.6.2 // indirect | ||
github.com/jackc/pgx/v4 v4.10.1 // indirect | ||
github.com/jmoiron/sqlx v1.2.0 // indirect | ||
github.com/joho/godotenv v1.3.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/karrick/godirwalk v1.16.1 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/lib/pq v1.3.0 // indirect | ||
github.com/luna-duclos/instrumentedsql v1.1.3 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/markbates/grift v1.5.0 // indirect | ||
github.com/markbates/oncer v1.0.0 // indirect | ||
github.com/markbates/refresh v1.11.1 // indirect | ||
github.com/markbates/safe v1.0.1 // indirect | ||
github.com/markbates/sigtx v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.16 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/monoculum/formam v0.0.0-20210523135142-1af3317b7b9b // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.5.2 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect | ||
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect | ||
github.com/spf13/cobra v1.1.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect | ||
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Oops, something went wrong.