Skip to content

Commit

Permalink
调整:将获取系统资源的功能移到utils组件,以减少fs对第三方依赖的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 24, 2023
1 parent 7bdae26 commit a4cfa42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 80 deletions.
9 changes: 0 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@ module github.com/farseer-go/fs
go 1.19

require (
github.com/shirou/gopsutil/v3 v3.23.10
github.com/stretchr/testify v1.8.4
github.com/timandy/routine v1.1.2
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sys v0.13.0 // indirect
)
58 changes: 0 additions & 58 deletions system/resource.go

This file was deleted.

13 changes: 0 additions & 13 deletions test/system_resource_test.go

This file was deleted.

0 comments on commit a4cfa42

Please sign in to comment.