File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module github.com/deploymenttheory/go-api-http-client
33go 1.22.4
44
55require (
6- github.com/antchfx/xmlquery v1.4.1
6+ github.com/antchfx/xmlquery v1.4.2
77 github.com/google/uuid v1.6.0
88 go.uber.org/zap v1.27.0
99 golang.org/x/net v0.30.0
1010)
1111
1212require (
13- github.com/antchfx/xpath v1.3.1 // indirect
13+ github.com/antchfx/xpath v1.3.2 // indirect
1414 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1515 github.com/stretchr/testify v1.9.0 // indirect
1616 go.uber.org/multierr v1.11.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/antchfx/xmlquery v1.4.1 h1:YgpSwbeWvLp557YFTi8E3z6t6/hYjmFEtiEKbDfEbl0 =
2- github.com/antchfx/xmlquery v1.4.1 /go.mod h1:lKezcT8ELGt8kW5L+ckFMTbgdR61/odpPgDv8Gvi1fI =
3- github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk =
4- github.com/antchfx/xpath v1.3.1 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
1+ github.com/antchfx/xmlquery v1.4.2 h1:MZKd9+wblwxfQ1zd1AdrTsqVaMjMCwow3IqkCSe00KA =
2+ github.com/antchfx/xmlquery v1.4.2 /go.mod h1:QXhvf5ldTuGqhd1SHNvvtlhhdQLks4dD0awIVhXIDTA =
3+ github.com/antchfx/xpath v1.3.2 h1:LNjzlsSjinu3bQpw9hWMY9ocB80oLOWuQqFvO6xt51U =
4+ github.com/antchfx/xpath v1.3.2 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
55github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
66github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
You can’t perform that action at this time.
0 commit comments