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 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated pop to fix missing template error
- Loading branch information
Showing
2 changed files
with
71 additions
and
19 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,45 +1,44 @@ | ||
module github.com/gobuffalo/buffalo | ||
|
||
require ( | ||
github.com/cockroachdb/apd v1.1.0 // indirect | ||
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c // indirect | ||
github.com/codegangsta/negroni v1.0.0 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/fatih/color v1.7.0 | ||
github.com/gobuffalo/envy v1.6.4 | ||
github.com/gobuffalo/fizz v1.0.12 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/gobuffalo/envy v1.6.5 | ||
github.com/gobuffalo/events v1.0.7 // indirect | ||
github.com/gobuffalo/flect v0.0.0-20181007231023-ae7ed6bfe683 // indirect | ||
github.com/gobuffalo/genny v0.0.0-20181012161047-33e5f43d83a6 // indirect | ||
github.com/gobuffalo/github_flavored_markdown v1.0.5 | ||
github.com/gobuffalo/makr v1.1.5 | ||
github.com/gobuffalo/packr v1.13.7 | ||
github.com/gobuffalo/plush v3.7.16+incompatible | ||
github.com/gobuffalo/pop v4.8.2+incompatible | ||
github.com/gobuffalo/plush v3.7.20+incompatible | ||
github.com/gobuffalo/pop v4.8.4+incompatible | ||
github.com/gobuffalo/tags v2.0.11+incompatible | ||
github.com/gobuffalo/uuid v2.0.3+incompatible | ||
github.com/gobuffalo/x v0.0.0-20181003152136-452098b06085 | ||
github.com/gobuffalo/x v0.0.0-20181007152206-913e47c59ca7 | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/gorilla/sessions v1.1.2 | ||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect | ||
github.com/jackc/pgx v3.2.0+incompatible // indirect | ||
github.com/markbates/deplist v1.0.4 | ||
github.com/gorilla/sessions v1.1.3 | ||
github.com/markbates/deplist v1.0.5 | ||
github.com/markbates/going v1.0.2 | ||
github.com/markbates/grift v1.0.4 | ||
github.com/markbates/inflect v1.0.1 | ||
github.com/markbates/oncer v0.0.0-20181014194634-05fccaae8fc4 // indirect | ||
github.com/markbates/refresh v1.4.10 | ||
github.com/markbates/sigtx v1.0.0 | ||
github.com/markbates/willie v1.0.9 | ||
github.com/monoculum/formam v0.0.0-20180901015400-4e68be1d79ba | ||
github.com/nicksnyder/go-i18n v1.10.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect | ||
github.com/sirupsen/logrus v1.1.0 | ||
github.com/sirupsen/logrus v1.1.1 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/unrolled/secure v0.0.0-20180918153822-f340ee86eb8b | ||
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 | ||
github.com/unrolled/secure v0.0.0-20181005190816-ff9db2ff917f | ||
golang.org/x/crypto v0.0.0-20181012144002-a92615f3c490 | ||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect | ||
golang.org/x/tools v0.0.0-20181013182035-5e66757b835f // indirect | ||
gopkg.in/mail.v2 v2.0.0-20180731213649-a0242b2233b4 | ||
) |
Oops, something went wrong.