From 08bcefe7c65e1cdd82556b3e0e1297dd3974b126 Mon Sep 17 00:00:00 2001 From: storezhang Date: Tue, 28 Mar 2023 14:35:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=BB=E5=8A=A1):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 11 ----------- go.mod | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3addd99..4b64daa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,14 +10,3 @@ updates: - storezhang reviewers: - storezhang - - - package-ecosystem: npm - directory: /doc - schedule: - interval: weekly - pull-request-branch-name: - separator: "-" - assignees: - - storezhang - reviewers: - - storezhang diff --git a/go.mod b/go.mod index f3d5a2f..25e44fa 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/goexl/exc v0.0.5 - github.com/goexl/gox v0.2.8 + github.com/goexl/gox v0.3.1 github.com/goexl/simaqian v0.2.4 github.com/robfig/cron/v3 v3.0.1 github.com/shirou/gopsutil/v3 v3.23.2 @@ -12,7 +12,7 @@ require ( require ( github.com/go-ole/go-ole v1.2.6 // indirect - github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect + github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect github.com/sirupsen/logrus v1.9.0 // indirect github.com/tklauser/go-sysconf v0.3.11 // indirect