all repos

clerk @ a7ca45c45f1c26525fb20f33ea16ae41bc4db348

missing tooling for ledger/hledger

clerk/go.mod (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
remove decimal dependency, 2 months ago
1
module olexsmir.xyz/clerk
2
3
go 1.26.2
4
5
tool golang.org/x/tools/cmd/stringer
6
7
require (
8
	golang.org/x/mod v0.36.0 // indirect
9
	golang.org/x/sync v0.20.0 // indirect
10
	golang.org/x/tools v0.45.0 // indirect
11
)