diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-16 15:15:18 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-16 15:15:18 +0300 |
| commit | ecfffa882a159bb2a12954eed0f68eb4ec1a6120 (patch) | |
| tree | 18b34d40f61fa6b4103fd663e6c7b1f8a614a487 /go.mod | |
| parent | 3af5026abe639e9cb5a9f695c02624ac6e173077 (diff) | |
CPU History, CPU Utilization
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,7 @@ require ( github.com/xtls/xray-core v1.250911.0 go.uber.org/atomic v1.11.0 golang.org/x/crypto v0.42.0 + golang.org/x/sys v0.36.0 golang.org/x/text v0.29.0 google.golang.org/grpc v1.75.1 gorm.io/driver/sqlite v1.6.0 @@ -89,7 +90,6 @@ require ( golang.org/x/mod v0.28.0 // indirect golang.org/x/net v0.44.0 // indirect golang.org/x/sync v0.17.0 // indirect - golang.org/x/sys v0.36.0 // indirect golang.org/x/time v0.13.0 // indirect golang.org/x/tools v0.36.0 // indirect golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect |
