cli graph graphs
Some checks failed
cicd / ci (push) Failing after 51s

This commit is contained in:
Bel LaPointe
2025-05-07 15:34:31 -06:00
parent 2f8dba4e23
commit 58462fb5a4
403 changed files with 226724 additions and 4 deletions

15
go.mod
View File

@@ -1,5 +1,16 @@
module gogs.inhome.blapointe.com/ana-ledger
go 1.21.1
go 1.23.0
require github.com/go-echarts/go-echarts/v2 v2.3.1
toolchain go1.24.2
require (
github.com/go-echarts/go-echarts/v2 v2.3.1
golang.org/x/crypto v0.38.0
)
require (
github.com/guptarohit/asciigraph v0.7.3
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
)