Added list:append
All checks were successful
Build / build (push) Successful in 2m20s

This commit is contained in:
Leon Mika 2025-07-18 22:13:58 +10:00
parent 7a2b012833
commit 7c76e61b08
5 changed files with 173 additions and 3 deletions

2
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/chzyer/readline v1.5.1
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f
github.com/stretchr/testify v1.10.0
lmika.dev/pkg/modash v0.0.0-20250619112300-0be0b6b35b1b
)
require (
@ -17,5 +18,4 @@ require (
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lmika.dev/pkg/modash v0.0.0-20250619112300-0be0b6b35b1b // indirect
)