Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/gobuffalo/pop/v6 to v6.1.1 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ require (
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/gobuffalo/buffalo v0.18.1
github.com/gobuffalo/buffalo-pop/v3 v3.0.2
github.com/gobuffalo/envy v1.10.1
github.com/gobuffalo/envy v1.10.2
github.com/gobuffalo/mw-csrf v1.0.0
github.com/gobuffalo/mw-forcessl v0.0.0-20200131175327-94b2bd771862
github.com/gobuffalo/mw-i18n v1.1.0
github.com/gobuffalo/mw-paramlogger v1.0.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gobuffalo/pop/v6 v6.0.1
github.com/gobuffalo/pop/v6 v6.1.1
github.com/gobuffalo/suite/v3 v3.0.0
github.com/gobuffalo/validate/v3 v3.3.1
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gobuffalo/validate/v3 v3.3.3
github.com/gofrs/uuid v4.3.1+incompatible
github.com/gosimple/slug v1.10.0
github.com/markbates/grift v1.5.0
github.com/pkg/errors v0.9.1
github.com/unrolled/secure v1.0.9
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
)
Loading