From b94c4b085c5b11be3e8f03413c77d36aa4967fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:55:53 +0000 Subject: [PATCH] chore(deps): bump github.com/go-playground/form/v4 from 4.2.0 to 4.2.1 Bumps [github.com/go-playground/form/v4](https://github.com/go-playground/form) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/go-playground/form/releases) - [Commits](https://github.com/go-playground/form/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: github.com/go-playground/form/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8df8c27..421255f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/things-go/encoding go 1.20 require ( - github.com/go-playground/form/v4 v4.2.0 + github.com/go-playground/form/v4 v4.2.1 github.com/google/go-cmp v0.5.9 github.com/pelletier/go-toml/v2 v2.0.8 github.com/spf13/cast v1.5.1 diff --git a/go.sum b/go.sum index d8d1c09..f259f3a 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= -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/form/v4 v4.2.1 h1:HjdRDKO0fftVMU5epjPW2SOREcZ6/wLUzEobqUGJuPw= +github.com/go-playground/form/v4 v4.2.1/go.mod h1:q1a2BY+AQUUzhl6xA/6hBetay6dEIhMHjgvJiGo6K7U= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=