Skip to content

Commit 63fefeb

Browse files
committed
fix linting
1 parent 6cf8169 commit 63fefeb

File tree

8 files changed

+2724
-2725
lines changed

8 files changed

+2724
-2725
lines changed

mcp-servers/go/system-monitor-server/cmd/server/main_test.go

Lines changed: 510 additions & 510 deletions
Large diffs are not rendered by default.

mcp-servers/go/system-monitor-server/go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ go 1.23
55
toolchain go1.24.7
66

77
require (
8-
github.com/hpcloud/tail v1.0.0
9-
github.com/mark3labs/mcp-go v0.32.0
10-
github.com/shirou/gopsutil/v3 v3.23.12
8+
github.com/hpcloud/tail v1.0.0
9+
github.com/mark3labs/mcp-go v0.32.0
10+
github.com/shirou/gopsutil/v3 v3.23.12
1111
)
1212

1313
require (
14-
github.com/fsnotify/fsnotify v1.9.0 // indirect
15-
github.com/go-ole/go-ole v1.2.6 // indirect
16-
github.com/google/uuid v1.6.0 // indirect
17-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
18-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
19-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
20-
github.com/spf13/cast v1.7.1 // indirect
21-
github.com/tklauser/go-sysconf v0.3.12 // indirect
22-
github.com/tklauser/numcpus v0.6.1 // indirect
23-
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
24-
github.com/yusufpapurcu/wmi v1.2.3 // indirect
25-
golang.org/x/sys v0.15.0 // indirect
26-
gopkg.in/fsnotify.v1 v1.4.7 // indirect
27-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
14+
github.com/fsnotify/fsnotify v1.9.0 // indirect
15+
github.com/go-ole/go-ole v1.2.6 // indirect
16+
github.com/google/uuid v1.6.0 // indirect
17+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
18+
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
19+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
20+
github.com/spf13/cast v1.7.1 // indirect
21+
github.com/tklauser/go-sysconf v0.3.12 // indirect
22+
github.com/tklauser/numcpus v0.6.1 // indirect
23+
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
24+
github.com/yusufpapurcu/wmi v1.2.3 // indirect
25+
golang.org/x/sys v0.15.0 // indirect
26+
gopkg.in/fsnotify.v1 v1.4.7 // indirect
27+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
2828
)

0 commit comments

Comments
 (0)