diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-09-01 12:56:30 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-09-01 12:56:30 +0300 |
| commit | a808170efb9dfe432a135c7207adfb00ae462505 (patch) | |
| tree | fbfea535662f518995f98b0897e392e43f0ee547 /go.mod | |
| parent | a7470a71e40d944c29f1d638503973b29be05901 (diff) | |
update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ require ( github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.1.0 github.com/robfig/cron/v3 v3.0.1 - github.com/shirou/gopsutil/v3 v3.23.7 + github.com/shirou/gopsutil/v3 v3.23.8 github.com/xtls/xray-core v1.8.4 go.uber.org/atomic v1.11.0 golang.org/x/text v0.12.0 @@ -38,7 +38,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.15.2 // indirect + github.com/go-playground/validator/v10 v10.15.3 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect github.com/golang/mock v1.6.0 // indirect github.com/golang/protobuf v1.5.3 // indirect |
