Skip to content

Commit

Permalink
Merge pull request #166 from elgohr/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…PuerkitoBio/goquery-1.9.1

Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1
  • Loading branch information
elgohr authored Mar 1, 2024
2 parents 68be047 + 63ba86e commit 44a5041
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/elgohr/cf-jetbrains-license-server
go 1.21

require (
github.com/PuerkitoBio/goquery v1.9.0
github.com/PuerkitoBio/goquery v1.9.1
github.com/headzoo/surf v1.0.1
github.com/stretchr/testify v1.8.4
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/PuerkitoBio/goquery v1.9.0 h1:zgjKkdpRY9T97Q5DCtcXwfqkcylSFIVCocZmn2huTp8=
github.com/PuerkitoBio/goquery v1.9.0/go.mod h1:cW1n6TmIMDoORQU5IU/P1T3tGFunOeXEpGP2WHRwkbY=
github.com/PuerkitoBio/goquery v1.9.1 h1:mTL6XjbJTZdpfL+Gwl5U2h1l9yEkJjhmlTeV9VPW7UI=
github.com/PuerkitoBio/goquery v1.9.1/go.mod h1:cW1n6TmIMDoORQU5IU/P1T3tGFunOeXEpGP2WHRwkbY=
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/PuerkitoBio/goquery/README.md

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

4 changes: 3 additions & 1 deletion vendor/github.com/PuerkitoBio/goquery/iteration.go

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

6 changes: 6 additions & 0 deletions vendor/github.com/PuerkitoBio/goquery/traversal.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/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/PuerkitoBio/goquery v1.9.0
# github.com/PuerkitoBio/goquery v1.9.1
## explicit; go 1.18
github.com/PuerkitoBio/goquery
# github.com/andybalholm/cascadia v1.3.2
Expand Down

0 comments on commit 44a5041

Please sign in to comment.