Clean up after claude

This commit is contained in:
2025-03-24 16:23:24 +01:00
parent 17bb3d4f71
commit 430234dd3b
10 changed files with 2947 additions and 2160 deletions

4
go.mod
View File

@@ -9,8 +9,12 @@ require (
)
require (
github.com/PaesslerAG/gval v1.0.0 // indirect
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
github.com/antchfx/xpath v1.3.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/text v0.21.0 // indirect
)