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

Bump go-playground/form to v4.2.0 #333

Merged
merged 2 commits into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion cart/interfaces/controller/forms/personaldataform.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"flamingo.me/flamingo/v3/framework/web"
"flamingo.me/form/application"
"flamingo.me/form/domain"
"github.com/go-playground/form"
"github.com/go-playground/form/v4"

cartApplication "flamingo.me/flamingo-commerce/v3/cart/application"
"flamingo.me/flamingo-commerce/v3/cart/domain/cart"
Expand Down
2 changes: 1 addition & 1 deletion checkout/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"flamingo.me/flamingo/v3/framework/flamingo"
"flamingo.me/flamingo/v3/framework/web"
flamingographql "flamingo.me/graphql"
"github.com/go-playground/form"
"github.com/go-playground/form/v4"

"flamingo.me/flamingo-commerce/v3/checkout/infrastructure/contextstore"
"flamingo.me/flamingo-commerce/v3/checkout/interfaces/graphql/dto"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/99designs/gqlgen v0.11.4-0.20200726064323-39a12e0f1b6d
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/gavv/httpexpect/v2 v2.0.2
github.com/go-playground/form v3.1.4+incompatible
github.com/go-playground/form/v4 v4.2.0
github.com/go-redsync/redsync v1.3.1
github.com/go-test/deep v1.0.1
github.com/gomodule/redigo v2.0.0+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh
github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
github.com/go-playground/form v3.1.4+incompatible h1:lvKiHVxE2WvzDIoyMnWcjyiBxKt2+uFJyZcPYWsLnjI=
github.com/go-playground/form v3.1.4+incompatible/go.mod h1:lhcKXfTuhRtIZCIKUeJ0b5F207aeQCPbZU09ScKjwWg=
github.com/go-playground/form/v4 v4.2.0 h1:N1wh+Goz61e6w66vo8vJkQt+uwZSoLz50kZPJWR8eic=
github.com/go-playground/form/v4 v4.2.0/go.mod h1:q1a2BY+AQUUzhl6xA/6hBetay6dEIhMHjgvJiGo6K7U=
github.com/go-playground/locales v0.12.1/go.mod h1:IUMDtCfWo/w/mtMfIE/IG2K+Ey3ygWanZIBtBW0W2TM=
github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=
github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8=
Expand Down