Skip to content

Commit eda4ba2

Browse files
chore(deps): update module github.com/tdewolff/minify/v2 to v2.23.5
1 parent fbb1fea commit eda4ba2

File tree

11 files changed

+99
-48
lines changed

11 files changed

+99
-48
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.5
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.8.0 // 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.5 h1:/P548KcpTkIOUvNg22zN83/GiaYSOIrbqtoue4I7kYM=
441+
github.com/tdewolff/minify/v2 v2.23.5/go.mod h1:2RI9tiIrzJU1Z5EasXEPaI1MqobRyxKHOOgrRkq5oEw=
442+
github.com/tdewolff/parse/v2 v2.8.0 h1:jW0afj6zpUGXuZTwJ7/UfP2SddyLalb/SDryjaMTkA4=
443+
github.com/tdewolff/parse/v2 v2.8.0/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
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/css/css.go

Lines changed: 8 additions & 4 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/binary.go

Lines changed: 10 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/binary_unix.go

Lines changed: 4 additions & 4 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: 11 additions & 9 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/strconv/number.go

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

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ 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.5
169+
## explicit; go 1.17
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
174-
## explicit; go 1.13
173+
# github.com/tdewolff/parse/v2 v2.8.0
174+
## explicit; go 1.11
175175
github.com/tdewolff/parse/v2
176176
github.com/tdewolff/parse/v2/buffer
177177
github.com/tdewolff/parse/v2/css

0 commit comments

Comments
 (0)