diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-21 14:09:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-21 14:09:15 +0300 |
| commit | e7ce8c8ddb8472695b296eac305c5ac9b8c1d3d8 (patch) | |
| tree | 4d2d3153d5ed585fbade011cfaca58175e5301e5 /go.mod | |
| parent | 4b9bbbc34b3ed5563f9cb14420b768d241580cf3 (diff) | |
minor changes
disAllowedIps doesn't show on debug if there is no ip
change copy to clipboard to export inbound
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ require ( github.com/go-ole/go-ole v1.3.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-playground/validator/v10 v10.16.0 // indirect + github.com/go-playground/validator/v10 v10.17.0 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/btree v1.1.2 // indirect |
