-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (26 loc) · 865 Bytes
/
go.mod
File metadata and controls
31 lines (26 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/agnath18K/lumo
go 1.23.0
toolchain go1.23.9
require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/shirou/gopsutil/v3 v3.24.5
golang.org/x/crypto v0.23.0
)
require (
github.com/miekg/dns v1.1.41 // indirect
golang.org/x/net v0.21.0 // indirect
)
require (
github.com/atotto/clipboard v0.1.4
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/mdns v1.0.5
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.20.0 // indirect
)