Skip to content

Commit 0fa7e1f

Browse files
committed
Merge branch 'pr/1030' into main-pull-requests
2 parents 6b69847 + 5c9504a commit 0fa7e1f

4 files changed

Lines changed: 82 additions & 49 deletions

File tree

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ require (
8585

8686
// Document processing and web scraping
8787
require (
88-
github.com/PuerkitoBio/goquery v1.8.1
89-
github.com/gocolly/colly v1.2.0
88+
github.com/PuerkitoBio/goquery v1.10.3
89+
github.com/gocolly/colly/v2 v2.2.0
9090
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80
9191
github.com/microcosm-cc/bluemonday v1.0.26
9292
github.com/richardlehane/mscfb v1.0.4
@@ -186,10 +186,10 @@ require filippo.io/edwards25519 v1.1.0 // indirect
186186

187187
// Document processing and web scraping - indirect
188188
require (
189-
github.com/andybalholm/cascadia v1.3.2 // indirect
190-
github.com/antchfx/htmlquery v1.3.0 // indirect
191-
github.com/antchfx/xmlquery v1.3.17 // indirect
192-
github.com/antchfx/xpath v1.2.4 // indirect
189+
github.com/andybalholm/cascadia v1.3.3 // indirect
190+
github.com/antchfx/htmlquery v1.3.4 // indirect
191+
github.com/antchfx/xmlquery v1.4.4 // indirect
192+
github.com/antchfx/xpath v1.3.3 // indirect
193193
github.com/gobwas/glob v0.2.3 // indirect
194194
github.com/gorilla/css v1.0.0 // indirect
195195
github.com/kennygrant/sanitize v1.2.4 // indirect
@@ -242,6 +242,7 @@ require (
242242
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
243243
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
244244
github.com/aymerick/douceur v0.2.0 // indirect
245+
github.com/bits-and-blooms/bitset v1.22.0 // indirect
245246
github.com/chewxy/math32 v1.11.0 // indirect
246247
github.com/cockroachdb/errors v1.9.1 // indirect
247248
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
@@ -263,7 +264,7 @@ require (
263264
github.com/go-openapi/swag v0.23.0 // indirect
264265
github.com/go-openapi/validate v0.24.0 // indirect
265266
github.com/gogo/protobuf v1.3.2 // indirect
266-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
267+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
267268
github.com/golang/protobuf v1.5.4 // indirect
268269
github.com/golang/snappy v1.0.0 // indirect
269270
github.com/google/flatbuffers v24.3.25+incompatible // indirect
@@ -289,6 +290,7 @@ require (
289290
github.com/mitchellh/reflectwalk v1.0.0 // indirect
290291
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
291292
github.com/modern-go/reflect2 v1.0.2 // indirect
293+
github.com/nlnwa/whatwg-url v0.6.1 // indirect
292294
github.com/oapi-codegen/runtime v1.1.1 // indirect
293295
github.com/oklog/ulid v1.3.1 // indirect
294296
github.com/opentracing/opentracing-go v1.2.0 // indirect

0 commit comments

Comments
 (0)