Replaced gopkg with modash

This commit is contained in:
Leon Mika 2025-10-26 10:47:07 +11:00
parent 7c76e61b08
commit 1dcfede417
7 changed files with 15 additions and 21 deletions

9
go.mod
View file

@ -1,21 +1,20 @@
module ucl.lmika.dev
go 1.24
go 1.25
require (
github.com/alecthomas/participle/v2 v2.1.1
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
github.com/yuin/goldmark v1.7.8
go.abhg.dev/goldmark/frontmatter v0.2.0
lmika.dev/pkg/modash v0.1.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
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
)