Skip to content

Commit

Permalink
Go Dependency: Bump github.com/antchfx/xmlquery from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [github.com/antchfx/xmlquery](https://github.com/antchfx/xmlquery) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/antchfx/xmlquery/releases)
- [Commits](antchfx/xmlquery@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/antchfx/xmlquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent d8a2084 commit 34956ac
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 46 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module github.com/atc0005/go-lockss
go 1.20

require (
github.com/antchfx/xmlquery v1.4.0
github.com/antchfx/xmlquery v1.4.1
github.com/apex/log v1.9.0
)

require (
github.com/antchfx/xpath v1.3.0 // indirect
github.com/antchfx/xpath v1.3.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/antchfx/xmlquery v1.4.0 h1:xg2HkfcRK2TeTbdb0m1jxCYnvsPaGY/oeZWTGqX/0hA=
github.com/antchfx/xmlquery v1.4.0/go.mod h1:Ax2aeaeDjfIw3CwXKDQ0GkwZ6QlxoChlIBP+mGnDFjI=
github.com/antchfx/xpath v1.3.0 h1:nTMlzGAK3IJ0bPpME2urTuFL76o4A96iYvoKFHRXJgc=
github.com/antchfx/xpath v1.3.0/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
github.com/antchfx/xmlquery v1.4.1 h1:YgpSwbeWvLp557YFTi8E3z6t6/hYjmFEtiEKbDfEbl0=
github.com/antchfx/xmlquery v1.4.1/go.mod h1:lKezcT8ELGt8kW5L+ckFMTbgdR61/odpPgDv8Gvi1fI=
github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk=
github.com/antchfx/xpath v1.3.1/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
github.com/apex/log v1.9.0 h1:FHtw/xuaM8AgmvDDTI9fiwoAL25Sq2cxojnZICUU8l0=
github.com/apex/log v1.9.0/go.mod h1:m82fZlWIuiWzWP04XCTXmnX0xRkYYbCdYn8jbJeLBEA=
github.com/apex/logs v1.0.0/go.mod h1:XzxuLZ5myVHDy9SAmYpamKKRNApGj54PfYLcFrXqDwo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/antchfx/xpath/build.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/antchfx/xpath/func.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 14 additions & 16 deletions vendor/github.com/antchfx/xpath/operator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/antchfx/xpath/query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 9 additions & 18 deletions vendor/github.com/antchfx/xpath/xpath.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/antchfx/xmlquery v1.4.0
# github.com/antchfx/xmlquery v1.4.1
## explicit; go 1.14
github.com/antchfx/xmlquery
# github.com/antchfx/xpath v1.3.0
# github.com/antchfx/xpath v1.3.1
## explicit; go 1.14
github.com/antchfx/xpath
# github.com/apex/log v1.9.0
Expand Down

0 comments on commit 34956ac

Please sign in to comment.