From fc002f9cb886c4c9d46ee7182b730d6e12a26b47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 19:48:50 +0000 Subject: [PATCH] Bump gopkg.in/go-playground/validator.v9 from 9.28.0 to 9.30.0 Bumps [gopkg.in/go-playground/validator.v9](https://github.com/go-playground/validator) from 9.28.0 to 9.30.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v9.28.0...v9.30.0) 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..b18c767 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.30.0 ) diff --git a/go.sum b/go.sum index 8d7cf78..19e74e2 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.30.0 h1:Wk0Z37oBmKj9/n+tPyBHZmeL19LaCoK3Qq48VwYENss= +gopkg.in/go-playground/validator.v9 v9.30.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ=