-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (23 loc) · 859 Bytes
/
go.mod
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
module github.com/note-cli
go 1.15
replace github.com/blues/note-cli/lib => ./lib
// replace github.com/blues/note-go => ./note-go
require (
github.com/blues/note-cli/lib v0.0.0-20240515194341-6ba45582741d
github.com/blues/note-go v1.7.2
github.com/fatih/color v1.17.0
github.com/peterh/liner v1.2.2
golang.org/x/term v0.20.0
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/golang/snappy v0.0.4
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
go.bug.st/serial v1.6.2 // indirect
periph.io/x/host/v3 v3.8.2 // indirect
)