Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

fix(deps): update module gopkg.in/go-playground/validator.v9 to v10 - autoclosed #159

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ require (
github.com/ulikunitz/xz v0.5.4
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
gopkg.in/go-playground/validator.v9 v9.20.2
gopkg.in/go-playground/validator.v10 v10.9.0
gopkg.in/yaml.v2 v2.4.0
)