all repos

clerk @ e586ae2516f828afd5a62156055812e727a17d1c

missing tooling for ledger/hledger

clerk/go.mod (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
lexer & parser & ast..., 13 days ago
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
)