-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.09 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.09 KB
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
32
33
34
35
module github.com/devlights/try-golang
go 1.26
require (
github.com/devlights/fdpassing v1.0.1
github.com/devlights/gomy v0.7.0
github.com/goforj/godump v1.9.1
github.com/integrii/flaggy v1.5.2
github.com/muesli/cancelreader v0.2.2
github.com/nalgeon/be v0.2.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/prometheus/procfs v0.17.0
github.com/shirou/gopsutil/v4 v4.25.7
github.com/shopspring/decimal v1.4.0
golang.org/x/crypto v0.45.0
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
golang.org/x/sync v0.18.0
golang.org/x/sys v0.38.0
golang.org/x/term v0.37.0
golang.org/x/text v0.31.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/ebitengine/purego v0.8.4 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
)