Skip to content

Commit 531c7b5

Browse files
committed
Update golang.org/x/text to v0.3.8
To "fix" CVE-2022-32149. This repo IMO does not use the vulnerable code, just make sure dumb "security scanning tools" are quiet.
1 parent fd5c665 commit 531c7b5

File tree

9 files changed

+30
-33
lines changed

9 files changed

+30
-33
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
5757
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
5858
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
59-
golang.org/x/text v0.3.7 // indirect
59+
golang.org/x/text v0.3.8 // indirect
6060
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
6161
google.golang.org/appengine v1.6.7 // indirect
6262
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,9 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
623623
golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
624624
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
625625
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
626-
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
627626
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
627+
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
628+
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
628629
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
629630
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
630631
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=

vendor/golang.org/x/text/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/text/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/text/unicode/bidi/core.go

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

vendor/golang.org/x/text/unicode/norm/forminfo.go

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

vendor/golang.org/x/text/unicode/norm/normalize.go

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

vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ golang.org/x/sys/windows
178178
# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
179179
## explicit; go 1.17
180180
golang.org/x/term
181-
# golang.org/x/text v0.3.7
181+
# golang.org/x/text v0.3.8
182182
## explicit; go 1.17
183183
golang.org/x/text/secure/bidirule
184184
golang.org/x/text/transform

0 commit comments

Comments
 (0)