diff --git a/go.mod b/go.mod index 25b72b4..36a534c 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.0 ) diff --git a/go.sum b/go.sum index 8d7cf78..4b6d199 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.0 h1:5ofssLNYgAA/inWn6rTZ4juWpRJUwEnXc1LG2IeXwgQ= +gopkg.in/go-playground/validator.v9 v9.29.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ=