diff --git a/go.mod b/go.mod index 619b412..8e74b4c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/antchfx/jsonquery go 1.14 require ( - github.com/antchfx/xpath v1.2.3 + github.com/antchfx/xpath v1.3.0 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da github.com/stretchr/testify v1.8.4 ) diff --git a/go.sum b/go.sum index 9c09082..1718562 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/antchfx/xpath v1.2.3 h1:CCZWOzv5bAqjVv0offZ2LVgVYFbeldKQVuLNbViZdes= -github.com/antchfx/xpath v1.2.3/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= +github.com/antchfx/xpath v1.3.0 h1:nTMlzGAK3IJ0bPpME2urTuFL76o4A96iYvoKFHRXJgc= +github.com/antchfx/xpath v1.3.0/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=