Add xpath dependencies
This commit is contained in:
12
go.mod
12
go.mod
@@ -2,9 +2,15 @@ module modify
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require github.com/Knetic/govaluate v3.0.0+incompatible
|
||||
require (
|
||||
github.com/antchfx/xmlquery v1.4.4
|
||||
github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||
github.com/yuin/gopher-lua v1.1.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
|
||||
github.com/yuin/gopher-lua v1.1.1 // indirect
|
||||
github.com/antchfx/xpath v1.3.3 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
golang.org/x/net v0.33.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user