Skip to content

Commit

Permalink
feat(任务): 增加批量删除方法
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Mar 28, 2023
1 parent 79b9480 commit 08bcefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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
)

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
Expand Down

0 comments on commit 08bcefe

Please sign in to comment.