diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:48:49 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:48:49 +0300 |
| commit | 28ede36a103242317b2d1c7200a4c83d31bfc61e (patch) | |
| tree | 4a9ace1ec68252702727fb0d5ad52e95ed5f3293 /go.mod | |
| parent | 5036e9e28af4c0365df669b9bb949ca7a7a5279e (diff) | |
gopsutil v4
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,8 +12,8 @@ require ( github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.2.2 github.com/robfig/cron/v3 v3.0.1 - github.com/shirou/gopsutil/v3 v3.24.5 - github.com/valyala/fasthttp v1.54.0 + github.com/shirou/gopsutil/v4 v4.24.5 + github.com/valyala/fasthttp v1.55.0 github.com/xtls/xray-core v1.8.13 go.uber.org/atomic v1.11.0 golang.org/x/text v0.16.0 @@ -49,7 +49,7 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/klauspost/compress v1.17.7 // indirect + github.com/klauspost/compress v1.17.9 // indirect github.com/klauspost/cpuid/v2 v2.2.7 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect |
