Commit faaa3be 1 parent 48e6ad1 commit faaa3be Copy full SHA for faaa3be
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/dominikbraun/graph v0.23.0
11
11
github.com/fatih/color v1.18.0
12
12
github.com/fsnotify/fsnotify v1.8.0
13
- github.com/go-playground/validator/v10 v10.22.1
13
+ github.com/go-playground/validator/v10 v10.23.0
14
14
github.com/samber/lo v1.47.0
15
15
github.com/shirou/gopsutil/v3 v3.24.5
16
16
github.com/sony/gobreaker v1.0.0
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
39
39
github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
40
40
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
41
41
github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
42
- github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA =
43
- github.com/go-playground/validator/v10 v10.22.1 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
42
+ github.com/go-playground/validator/v10 v10.23.0 h1:/PwmTwZhS0dPkav3cdK9kV1FsAmrL8sThn8IHr/sO+o =
43
+ github.com/go-playground/validator/v10 v10.23.0 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
44
44
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
45
45
github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
46
46
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require (
39
39
github.com/go-ole/go-ole v1.3.0 // indirect
40
40
github.com/go-playground/locales v0.14.1 // indirect
41
41
github.com/go-playground/universal-translator v0.18.1 // indirect
42
- github.com/go-playground/validator/v10 v10.22.1 // indirect
42
+ github.com/go-playground/validator/v10 v10.23.0 // indirect
43
43
github.com/goccy/go-json v0.10.2 // indirect
44
44
github.com/google/uuid v1.6.0 // indirect
45
45
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
48
48
github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
49
49
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
50
50
github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
51
- github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA =
52
- github.com/go-playground/validator/v10 v10.22.1 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
51
+ github.com/go-playground/validator/v10 v10.23.0 h1:/PwmTwZhS0dPkav3cdK9kV1FsAmrL8sThn8IHr/sO+o =
52
+ github.com/go-playground/validator/v10 v10.23.0 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
53
53
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU =
54
54
github.com/goccy/go-json v0.10.2 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
55
55
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
You can’t perform that action at this time.
0 commit comments