Skip to content

Commit 629876d

Browse files
chore(deps): update module github.com/tdewolff/minify/v2 to v2.23.0
1 parent 526a345 commit 629876d

File tree

7 files changed

+56
-19
lines changed

7 files changed

+56
-19
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/redis/go-redis/v9 v9.7.3
1111
github.com/spf13/cobra v1.9.1
1212
github.com/spf13/viper v1.20.1
13-
github.com/tdewolff/minify/v2 v2.22.4
13+
github.com/tdewolff/minify/v2 v2.23.0
1414
gopkg.in/telebot.v4 v4.0.0-beta.4
1515
)
1616

@@ -41,7 +41,7 @@ require (
4141
github.com/spf13/cast v1.7.1 // indirect
4242
github.com/spf13/pflag v1.0.6 // indirect
4343
github.com/subosito/gotenv v1.6.0 // indirect
44-
github.com/tdewolff/parse/v2 v2.7.21 // indirect
44+
github.com/tdewolff/parse/v2 v2.7.22 // indirect
4545
github.com/valyala/bytebufferpool v1.0.0 // indirect
4646
github.com/valyala/fasttemplate v1.2.2 // indirect
4747
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
437437
github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0=
438438
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
439439
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
440-
github.com/tdewolff/minify/v2 v2.22.4 h1:0/8K2fheOuYr5B4e5oCE1hGBVX6DQHLP0EGzdsDlYeg=
441-
github.com/tdewolff/minify/v2 v2.22.4/go.mod h1:K/R8TT7aivpcU8QCNUU1UdR6etfnFPr7L11TO/X7shk=
442-
github.com/tdewolff/parse/v2 v2.7.21 h1:OCuPFtGr4mXdnfKikQlUb0n654ROJANhBqCk+wioJ/A=
443-
github.com/tdewolff/parse/v2 v2.7.21/go.mod h1:I7TXO37t3aSG9SlPUBefAhgIF8nt7yYUwVGgETIoBcA=
440+
github.com/tdewolff/minify/v2 v2.23.0 h1:ZdVmMkGYApnUpmOL/H/PCEk6qg6OFHzVDXgk07z9TW0=
441+
github.com/tdewolff/minify/v2 v2.23.0/go.mod h1:ll/rxPfOGIgN9G4JXg+3jMtPTPEnEJB3nGtEG08sHl8=
442+
github.com/tdewolff/parse/v2 v2.7.22 h1:ROVbrjtp5RoXi22YSZaOks5DaOcXBJ3PZO5hyyQ9Bbs=
443+
github.com/tdewolff/parse/v2 v2.7.22/go.mod h1:I7TXO37t3aSG9SlPUBefAhgIF8nt7yYUwVGgETIoBcA=
444444
github.com/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE=
445445
github.com/tdewolff/test v1.0.11/go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8=
446446
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=

vendor/github.com/tdewolff/minify/v2/Makefile

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

vendor/github.com/tdewolff/minify/v2/html/html.go

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

vendor/github.com/tdewolff/minify/v2/publish.sh

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

vendor/github.com/tdewolff/parse/v2/html/lex.go

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

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ github.com/spf13/viper/internal/features
165165
# github.com/subosito/gotenv v1.6.0
166166
## explicit; go 1.18
167167
github.com/subosito/gotenv
168-
# github.com/tdewolff/minify/v2 v2.22.4
169-
## explicit; go 1.23.0
168+
# github.com/tdewolff/minify/v2 v2.23.0
169+
## explicit; go 1.18.0
170170
github.com/tdewolff/minify/v2
171171
github.com/tdewolff/minify/v2/css
172172
github.com/tdewolff/minify/v2/html
173-
# github.com/tdewolff/parse/v2 v2.7.21
173+
# github.com/tdewolff/parse/v2 v2.7.22
174174
## explicit; go 1.13
175175
github.com/tdewolff/parse/v2
176176
github.com/tdewolff/parse/v2/buffer

0 commit comments

Comments
 (0)