-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (34 loc) · 1.29 KB
/
go.mod
File metadata and controls
39 lines (34 loc) · 1.29 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
36
37
38
39
module github.com/note-cli
go 1.24.0
replace github.com/blues/note-cli/lib => ./lib
require (
github.com/blues/note-cli/lib v0.0.0-20251120160051-d509bdf52531
github.com/blues/note-go v1.9.0
github.com/fatih/color v1.18.0
github.com/peterh/liner v1.2.2
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
)
require (
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
github.com/creack/goselect v0.1.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
periph.io/x/conn/v3 v3.7.2 // indirect
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/golang/snappy v1.0.0
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
github.com/shoenig/go-m1cpu v0.1.7 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
go.bug.st/serial v1.6.4
golang.org/x/sys v0.40.0 // indirect
periph.io/x/host/v3 v3.8.5 // indirect
)