Skip to content

Commit 63c5f18

Browse files
Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a95563b commit 63c5f18

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
@@ -147,7 +147,7 @@ require (
147147
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
148148
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
149149
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
150-
golang.org/x/text v0.3.7 // indirect
150+
golang.org/x/text v0.3.8 // indirect
151151
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
152152
golang.org/x/tools v0.1.12 // indirect
153153
google.golang.org/appengine v1.6.7 // indirect

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,9 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
732732
golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
733733
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
734734
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
735-
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
736735
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
736+
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
737+
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
737738
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
738739
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
739740
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/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)