From b2e7ef1d88aa43a772bbb58073072127542b0bf2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 12:33:16 +0000 Subject: [PATCH] Bump gopkg.in/go-playground/validator.v9 from 9.28.0 to 9.29.1 Bumps [gopkg.in/go-playground/validator.v9](https://github.com/go-playground/validator) from 9.28.0 to 9.29.1. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v9.28.0...v9.29.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 25b72b4..bdf4d4a 100644 --- a/go.mod +++ b/go.mod @@ -10,5 +10,5 @@ require ( github.com/go-playground/universal-translator v0.16.0 // indirect github.com/pkg/errors v0.8.0 // indirect github.com/stretchr/testify v1.3.0 - gopkg.in/go-playground/validator.v9 v9.28.0 + gopkg.in/go-playground/validator.v9 v9.29.1 ) diff --git a/go.sum b/go.sum index 8d7cf78..1acbdc0 100644 --- a/go.sum +++ b/go.sum @@ -29,3 +29,5 @@ gopkg.in/go-playground/validator.v9 v9.9.4 h1:+0cb54Xc3KBAhGF+YSUobanck4wrXs6hGb gopkg.in/go-playground/validator.v9 v9.9.4/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ= gopkg.in/go-playground/validator.v9 v9.28.0 h1:6pzvnzx1RWaaQiAmv6e1DvCFULRaz5cKoP5j1VcrLsc= gopkg.in/go-playground/validator.v9 v9.28.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ= +gopkg.in/go-playground/validator.v9 v9.29.1 h1:SvGtYmN60a5CVKTOzMSyfzWDeZRxRuGvRQyEAKbw1xc= +gopkg.in/go-playground/validator.v9 v9.29.1/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ=