-
Notifications
You must be signed in to change notification settings - Fork 43
/
go.mod
29 lines (26 loc) · 978 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
29
module github.com/howeyc/ledger
go 1.22
require (
github.com/alfredxing/calc v0.0.0-20180827002445-77daf576f976
github.com/andybalholm/brotli v1.0.6
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/ivanpirog/coloredcobra v1.0.1
github.com/jbrukh/bayesian v0.0.0-20200318221351-d726b684ca4a
github.com/joyt/godate v0.0.0-20150226210126-7151572574a7
github.com/juztin/numeronym v0.0.0-20160223091026-859fcc2918e2
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-isatty v0.0.20
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.9.5
github.com/shopspring/decimal v1.3.1
github.com/spf13/cobra v1.7.0
golang.org/x/term v0.13.0
golang.org/x/time v0.3.0
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
)