Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 13:35:42 +0300
committerGitHub <noreply@github.com>2024-05-01 13:35:42 +0300
commit55bf0c3e550f18c982e43930ea8939a5b9f27a2c (patch)
tree4282e1d5a662487db92ab5ebd9e38ea2add1dcef /go.mod
parent3129fdc103a28a499565d97f5869add402f3ae35 (diff)
Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.4 (#2241)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.24.3 to 3.24.4. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.24.3...v3.24.4) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fdd25025..cc30721d 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.2.1
github.com/robfig/cron/v3 v3.0.1
- github.com/shirou/gopsutil/v3 v3.24.3
+ github.com/shirou/gopsutil/v3 v3.24.4
github.com/valyala/fasthttp v1.52.0
github.com/xtls/xray-core v1.8.11
go.uber.org/atomic v1.11.0