Skip to content

Commit a344928

Browse files
Merge pull request #16127 from containers/dependabot/go_modules/golang.org/x/text-0.3.8
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
2 parents b13939b + 7ff8c8f commit a344928

File tree

21 files changed

+544
-513
lines changed

21 files changed

+544
-513
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require (
6464
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
6565
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
6666
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
67-
golang.org/x/text v0.3.7
67+
golang.org/x/text v0.3.8
6868
google.golang.org/protobuf v1.28.1
6969
gopkg.in/inf.v0 v0.9.1
7070
gopkg.in/yaml.v3 v3.0.1

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -2199,8 +2199,9 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
21992199
golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
22002200
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
22012201
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
2202-
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
22032202
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
2203+
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
2204+
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
22042205
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
22052206
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
22062207
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=

vendor/golang.org/x/text/AUTHORS

-3
This file was deleted.

vendor/golang.org/x/text/CONTRIBUTORS

-3
This file was deleted.

vendor/golang.org/x/text/encoding/htmlindex/tables.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/encoding/internal/identifier/mib.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/internal/language/compact/tables.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/internal/language/lookup.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/internal/language/parse.go

+14-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)