File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/spf13/cobra v1.10.1
1111 github.com/spf13/viper v1.21.0
1212 github.com/stretchr/testify v1.11.1
13- github.com/tecnickcom/gogen v1.108.2
13+ github.com/tecnickcom/gogen v1.108.3
1414 go.uber.org/zap v1.27.0
1515)
1616
Original file line number Diff line number Diff line change @@ -687,8 +687,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
687687github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
688688github.com/tecnickcom/farmhash64 v1.9.54 h1:oONbrpHiH3HiXr1Vd+ppg9Km1hTyrifjkRVWjXknwj4 =
689689github.com/tecnickcom/farmhash64 v1.9.54 /go.mod h1:n/CkhGsP5xxu6FXV+ZCU9obUGlePWOmfrvvS/XkhnuY =
690- github.com/tecnickcom/gogen v1.108.2 h1:PtUeYThZIThCTYP7PSlkOmUolC3ioaUcZJYIglW2mGM =
691- github.com/tecnickcom/gogen v1.108.2 /go.mod h1:As2U5+/unWpqSVmmXZ32LeUtbbo4x++Iu/inR94+d90 =
690+ github.com/tecnickcom/gogen v1.108.3 h1:sTz85pYNE4OT+nJ3o98eNuqCbOZ8vawz8A3ofoVGGy8 =
691+ github.com/tecnickcom/gogen v1.108.3 /go.mod h1:As2U5+/unWpqSVmmXZ32LeUtbbo4x++Iu/inR94+d90 =
692692github.com/tecnickcom/statsd v1.0.53 h1:V6JPFGJMLcH8a/OeHVEuXezeSwXoXBcMvh5hvp85e/o =
693693github.com/tecnickcom/statsd v1.0.53 /go.mod h1:4WiGLuskAHI50cvxrWwd4uphi7nv18OeQ9BCgIwqNK0 =
694694github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8 =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
1616
1717var regexValidCharset = regexp .MustCompile ("[^" + regexp .QuoteMeta (ValidCharset ) + "]" )
1818
19- // Validator is the contract with the gosrvlib validator.
19+ // Validator is the contract with the parent validator.
2020type Validator interface {
2121 ValidateStruct (s any ) error
2222 ValidateStructCtx (ctx context.Context , s any ) error
You can’t perform that action at this time.
0 commit comments