Skip to content

Commit 898a6a6

Browse files
committed
chore: bump examples deps
1 parent 98fdc3b commit 898a6a6

20 files changed

Lines changed: 287 additions & 271 deletions

File tree

_examples/books.toscrape.com/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module books_to_scrape
22

3-
go 1.25.0
3+
go 1.26.0
44

5-
require github.com/tech-engine/goscrapy v0.27.12
5+
require github.com/tech-engine/goscrapy v0.27.13
66

77
require (
8-
github.com/Noooste/azuretls-client v1.12.12 // indirect
8+
github.com/Noooste/azuretls-client v1.13.2 // indirect
99
github.com/Noooste/fhttp v1.0.15 // indirect
1010
github.com/Noooste/go-socks4 v0.0.2 // indirect
1111
github.com/Noooste/uquic-go v1.0.5 // indirect
@@ -33,10 +33,10 @@ require (
3333
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 // indirect
3434
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3535
github.com/google/gopacket v1.1.19 // indirect
36-
github.com/klauspost/compress v1.18.5 // indirect
36+
github.com/klauspost/compress v1.18.6 // indirect
3737
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
3838
github.com/mattn/go-colorable v0.1.14 // indirect
39-
github.com/mattn/go-isatty v0.0.21 // indirect
39+
github.com/mattn/go-isatty v0.0.22 // indirect
4040
github.com/mattn/go-localereader v0.0.1 // indirect
4141
github.com/mattn/go-runewidth v0.0.23 // indirect
4242
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -47,8 +47,8 @@ require (
4747
github.com/rivo/uniseg v0.4.7 // indirect
4848
github.com/segmentio/fasthash v1.0.3 // indirect
4949
github.com/tidwall/gjson v1.18.0 // indirect
50-
github.com/tidwall/match v1.1.1 // indirect
51-
github.com/tidwall/pretty v1.2.0 // indirect
50+
github.com/tidwall/match v1.2.0 // indirect
51+
github.com/tidwall/pretty v1.2.1 // indirect
5252
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5353
golang.org/x/crypto v0.50.0 // indirect
5454
golang.org/x/net v0.53.0 // indirect

_examples/books.toscrape.com/go.sum

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
22
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
3-
github.com/Noooste/azuretls-client v1.12.12 h1:v+VjuZ0FBWM8b6ry8rwXusZVBeguft06HxiES79ILPo=
4-
github.com/Noooste/azuretls-client v1.12.12/go.mod h1:ON+SmiBm4Zy5vAhJmBNZk61Y7nqf4iM/b1MC1lN47Bk=
3+
github.com/Noooste/azuretls-client v1.13.2 h1:8Dli5aKP5O6qN/FNSGFVkpQ1V1F1gGawAkLIE2Nrk+U=
4+
github.com/Noooste/azuretls-client v1.13.2/go.mod h1:ON+SmiBm4Zy5vAhJmBNZk61Y7nqf4iM/b1MC1lN47Bk=
55
github.com/Noooste/fhttp v1.0.15 h1:sYRWOKgr1x4L+wA6REMJCs4Z/lFOSJmuQHSIXMXCcPs=
66
github.com/Noooste/fhttp v1.0.15/go.mod h1:YZtq+i2M11Y22UiOR6gjNSLMNLiPhURh6M44oFVQ1TE=
77
github.com/Noooste/go-socks4 v0.0.2 h1:DwHCYiCEAdjfNrQOFIid7qgKCll7ubhGS1ji5O8FYng=
@@ -69,14 +69,14 @@ github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF
6969
github.com/google/gopacket v1.1.19/go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo=
7070
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f h1:HU1RgM6NALf/KW9HEY6zry3ADbDKcmpQ+hJedoNGQYQ=
7171
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f/go.mod h1:67FPmZWbr+KDT/VlpWtw6sO9XSjpJmLuHpoLmWiTGgY=
72-
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
73-
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
72+
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
73+
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7474
github.com/lucasb-eyer/go-colorful v1.4.0 h1:UtrWVfLdarDgc44HcS7pYloGHJUjHV/4FwW4TvVgFr4=
7575
github.com/lucasb-eyer/go-colorful v1.4.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
7676
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
7777
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
78-
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
79-
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
78+
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
79+
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
8080
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=
8181
github.com/mattn/go-localereader v0.0.1/go.mod h1:8fBrzywKY7BI3czFoHkuzRoWE9C+EiG4R1k4Cjx5p88=
8282
github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw=
@@ -105,14 +105,16 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
105105
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
106106
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
107107
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
108-
github.com/tech-engine/goscrapy v0.27.12 h1:HFR+AYOOPUwDIw4F1DE27M/B1/2xYq7uA8p5nIHQYF4=
109-
github.com/tech-engine/goscrapy v0.27.12/go.mod h1:0BjRVyYCT+SAg9IKE0Ejr9uvyq3roN2/JwZqfeyjYdQ=
108+
github.com/tech-engine/goscrapy v0.27.13 h1:zxWMMRTBIwQrMhua2dnMNuGWTx8GNka8qS9M6yOJb+I=
109+
github.com/tech-engine/goscrapy v0.27.13/go.mod h1:KGYoT1yA0FInN8QB1yJtOq4Q/YhuEqMDrpshA4Vv16g=
110110
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
111111
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
112-
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
113112
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
114-
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
113+
github.com/tidwall/match v1.2.0 h1:0pt8FlkOwjN2fPt4bIl4BoNxb98gGHN2ObFEDkrfZnM=
114+
github.com/tidwall/match v1.2.0/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
115115
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
116+
github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
117+
github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
116118
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
117119
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
118120
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,52 @@
11
module distributed_scraping
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/google/uuid v1.6.0
77
github.com/redis/go-redis/v9 v9.5.1
88
github.com/stretchr/testify v1.11.1
9-
github.com/tech-engine/goscrapy v0.27.12
9+
github.com/tech-engine/goscrapy v0.27.13
1010
)
1111

1212
require (
13-
github.com/Noooste/azuretls-client v1.12.12 // indirect
13+
github.com/Noooste/azuretls-client v1.13.2 // indirect
1414
github.com/Noooste/fhttp v1.0.15 // indirect
1515
github.com/Noooste/go-socks4 v0.0.2 // indirect
1616
github.com/Noooste/uquic-go v1.0.5 // indirect
17-
github.com/Noooste/utls v1.3.20 // indirect
17+
github.com/Noooste/utls v1.3.21 // indirect
1818
github.com/Noooste/websocket v1.0.3 // indirect
19-
github.com/andybalholm/brotli v1.2.0 // indirect
19+
github.com/andybalholm/brotli v1.2.1 // indirect
2020
github.com/andybalholm/cascadia v1.3.3 // indirect
2121
github.com/antchfx/htmlquery v1.3.6 // indirect
2222
github.com/antchfx/xpath v1.3.6 // indirect
2323
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2424
github.com/bdandy/go-errors v1.2.2 // indirect
2525
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2626
github.com/charmbracelet/bubbletea v1.3.10 // indirect
27-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
27+
github.com/charmbracelet/colorprofile v0.4.3 // indirect
2828
github.com/charmbracelet/lipgloss v1.1.0 // indirect
29-
github.com/charmbracelet/x/ansi v0.10.1 // indirect
30-
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
31-
github.com/charmbracelet/x/term v0.2.1 // indirect
29+
github.com/charmbracelet/x/ansi v0.11.7 // indirect
30+
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
31+
github.com/charmbracelet/x/term v0.2.2 // indirect
32+
github.com/clipperhouse/displaywidth v0.11.0 // indirect
33+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
3234
github.com/cloudflare/circl v1.6.3 // indirect
3335
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3436
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
3537
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
36-
github.com/fatih/color v1.18.0 // indirect
38+
github.com/fatih/color v1.19.0 // indirect
3739
github.com/gaukas/clienthellod v0.4.2 // indirect
3840
github.com/gaukas/godicttls v0.0.4 // indirect
3941
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 // indirect
4042
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
4143
github.com/google/gopacket v1.1.19 // indirect
42-
github.com/klauspost/compress v1.18.5 // indirect
43-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
44+
github.com/klauspost/compress v1.18.6 // indirect
45+
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
4446
github.com/mattn/go-colorable v0.1.14 // indirect
45-
github.com/mattn/go-isatty v0.0.20 // indirect
47+
github.com/mattn/go-isatty v0.0.22 // indirect
4648
github.com/mattn/go-localereader v0.0.1 // indirect
47-
github.com/mattn/go-runewidth v0.0.16 // indirect
49+
github.com/mattn/go-runewidth v0.0.23 // indirect
4850
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
4951
github.com/muesli/cancelreader v0.2.2 // indirect
5052
github.com/muesli/termenv v0.16.0 // indirect
@@ -54,10 +56,10 @@ require (
5456
github.com/rivo/uniseg v0.4.7 // indirect
5557
github.com/segmentio/fasthash v1.0.3 // indirect
5658
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
57-
golang.org/x/crypto v0.49.0 // indirect
58-
golang.org/x/net v0.52.0 // indirect
59+
golang.org/x/crypto v0.50.0 // indirect
60+
golang.org/x/net v0.53.0 // indirect
5961
golang.org/x/sync v0.20.0 // indirect
60-
golang.org/x/sys v0.42.0 // indirect
61-
golang.org/x/text v0.35.0 // indirect
62+
golang.org/x/sys v0.43.0 // indirect
63+
golang.org/x/text v0.36.0 // indirect
6264
gopkg.in/yaml.v3 v3.0.1 // indirect
6365
)

0 commit comments

Comments
 (0)