File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
golang.org/x/text/encoding/unicode Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
4040 github.com/subosito/gotenv v1.6.0 // indirect
4141 go.yaml.in/yaml/v3 v3.0.4 // indirect
4242 golang.org/x/sys v0.39.0 // indirect
43- golang.org/x/text v0.31 .0 // indirect
43+ golang.org/x/text v0.32 .0 // indirect
4444 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4545 gopkg.in/yaml.v3 v3.0.1 // indirect
4646)
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
8888golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
8989golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk =
9090golang.org/x/sys v0.39.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
91- golang.org/x/text v0.31 .0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM =
92- golang.org/x/text v0.31 .0 /go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM =
91+ golang.org/x/text v0.32 .0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU =
92+ golang.org/x/text v0.32 .0 /go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY =
9393gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
9494gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
9595gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ go.yaml.in/yaml/v3
184184## explicit; go 1.24.0
185185golang.org/x/sys/unix
186186golang.org/x/sys/windows
187- # golang.org/x/text v0.31 .0
187+ # golang.org/x/text v0.32 .0
188188## explicit; go 1.24.0
189189golang.org/x/text/encoding
190190golang.org/x/text/encoding/internal
You can’t perform that action at this time.
0 commit comments