Skip to content

Commit

Permalink
Bump github.com/go-playground/validator/v10 from 10.3.0 to 10.15.3
Browse files Browse the repository at this point in the history
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.3.0 to 10.15.3.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.3.0...v10.15.3)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent dabd279 commit 03f0986
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 36 deletions.
17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,30 @@ go 1.17

require (
github.com/cockroachdb/errors v1.8.6
github.com/go-playground/validator/v10 v10.3.0
github.com/go-playground/validator/v10 v10.15.3
github.com/rs/xid v1.3.0
github.com/rs/zerolog v1.26.1
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.2
)

require (
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
github.com/cockroachdb/redact v1.1.1 // indirect
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 03f0986

Please sign in to comment.