From 143d725289ff93d06a37231f94ddebfad233fb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 06:56:03 +0000 Subject: [PATCH] :arrow_up: Bump github.com/perimeterx/marshmallow from 1.1.4 to 1.1.5 Bumps [github.com/perimeterx/marshmallow](https://github.com/perimeterx/marshmallow) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/perimeterx/marshmallow/releases) - [Changelog](https://github.com/PerimeterX/marshmallow/blob/main/CHANGELOG.md) - [Commits](https://github.com/perimeterx/marshmallow/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: github.com/perimeterx/marshmallow 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 585ad011..e0159f04 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/google/uuid v1.3.0 github.com/imdario/mergo v0.3.16 - github.com/perimeterx/marshmallow v1.1.4 + github.com/perimeterx/marshmallow v1.1.5 github.com/stretchr/testify v1.8.4 github.com/tidwall/gjson v1.14.3 ) diff --git a/go.sum b/go.sum index 029ce5b2..7fc09416 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/perimeterx/marshmallow v1.1.4 h1:pZLDH9RjlLGGorbXhcaQLhfuV0pFMNfPO55FuFkxqLw= -github.com/perimeterx/marshmallow v1.1.4/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw= +github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s= +github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=