-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathgo.mod
25 lines (21 loc) · 751 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
module github.com/wormi4ok/evernote2md
go 1.23
require (
github.com/briandowns/spinner v1.23.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/logutils v1.0.0
github.com/integrii/flaggy v1.5.2
github.com/mattn/godown v0.0.2-0.20210508133137-72c48840c3e3
github.com/sergi/go-diff v1.3.1
golang.org/x/net v0.32.0
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
)
replace github.com/mattn/godown => github.com/wormi4ok/godown v0.5.0