|
1
|
module github.com/olexsmir/ledger-tools |
|
2
|
|
|
3
|
go 1.26.2 |
|
4
|
|
|
5
|
tool golang.org/x/tools/cmd/stringer |
|
6
|
|
|
7
|
require github.com/shopspring/decimal v1.4.0 |
|
8
|
|
|
9
|
require ( |
|
10
|
golang.org/x/mod v0.36.0 // indirect |
|
11
|
golang.org/x/sync v0.20.0 // indirect |
|
12
|
golang.org/x/tools v0.45.0 // indirect |
|
13
|
) |