Skip to content

Commit 1fcbc13

Browse files
committed
update dependencies
1 parent f3a3759 commit 1fcbc13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
687687
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
688688
github.com/tecnickcom/farmhash64 v1.9.54 h1:oONbrpHiH3HiXr1Vd+ppg9Km1hTyrifjkRVWjXknwj4=
689689
github.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=
692692
github.com/tecnickcom/statsd v1.0.53 h1:V6JPFGJMLcH8a/OeHVEuXezeSwXoXBcMvh5hvp85e/o=
693693
github.com/tecnickcom/statsd v1.0.53/go.mod h1:4WiGLuskAHI50cvxrWwd4uphi7nv18OeQ9BCgIwqNK0=
694694
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=

internal/validator/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616

1717
var 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.
2020
type Validator interface {
2121
ValidateStruct(s any) error
2222
ValidateStructCtx(ctx context.Context, s any) error

0 commit comments

Comments
 (0)