Skip to content

Commit 53efe0b

Browse files
renovate-sh-app[bot]mstoykov
authored andcommitted
fix(deps): update module github.com/puerkitobio/goquery to v1.11.0
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | go | github.com/PuerkitoBio/goquery | v1.10.3 | v1.11.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 617faf7 commit 53efe0b

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
buf.build/gen/go/prometheus/prometheus/protocolbuffers/go v1.36.10-20251020175938-0eada6ecf0b9.1
99
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
1010
github.com/Masterminds/semver/v3 v3.4.0
11-
github.com/PuerkitoBio/goquery v1.10.3
11+
github.com/PuerkitoBio/goquery v1.11.0
1212
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5
1313
github.com/andybalholm/brotli v1.2.0
1414
github.com/chromedp/cdproto v0.0.0-20250803210736-d308e07a266d

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358/go.mod h1:chxPXzS
88
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
99
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
1010
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
11-
github.com/PuerkitoBio/goquery v1.10.3 h1:pFYcNSqHxBD06Fpj/KsbStFRsgRATgnf3LeXiUkhzPo=
12-
github.com/PuerkitoBio/goquery v1.10.3/go.mod h1:tMUX0zDMHXYlAQk6p35XxQMqMweEKB7iK7iLNd4RH4Y=
11+
github.com/PuerkitoBio/goquery v1.11.0 h1:jZ7pwMQXIITcUXNH83LLk+txlaEy6NVOfTuP43xxfqw=
12+
github.com/PuerkitoBio/goquery v1.11.0/go.mod h1:wQHgxUOU3JGuj3oD/QFfxUdlzW6xPHfqyHre6VMY4DQ=
1313
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 h1:k+1+doEm31k0rRjCjLnGG3YRkuO9ljaEyS2ajZd6GK8=
1414
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5/go.mod h1:5Q4+CyR7+Q3VMG8f78ou+QSX/BNUNUx5W48eFRat8DQ=
1515
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=

vendor/github.com/PuerkitoBio/goquery/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/PuerkitoBio/goquery/property.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/Azure/go-ntlmssp
1010
# github.com/Masterminds/semver/v3 v3.4.0
1111
## explicit; go 1.21
1212
github.com/Masterminds/semver/v3
13-
# github.com/PuerkitoBio/goquery v1.10.3
14-
## explicit; go 1.23.0
13+
# github.com/PuerkitoBio/goquery v1.11.0
14+
## explicit; go 1.24.0
1515
github.com/PuerkitoBio/goquery
1616
# github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5
1717
## explicit

0 commit comments

Comments
 (0)