Skip to content

Commit b405a0a

Browse files
Bump golang.org/x/text from 0.3.7 to 0.3.8 in /cli (#208)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba6906d commit b405a0a

File tree

114 files changed

+7226
-2564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+7226
-2564
lines changed

cli/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/pmezard/go-difflib v1.0.0 // indirect
2222
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2323
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
24-
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
24+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
2525
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
26-
golang.org/x/text v0.3.7 // indirect
26+
golang.org/x/text v0.3.8 // indirect
2727
gopkg.in/yaml.v3 v3.0.1 // indirect
2828
)

cli/go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7w
4747
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4848
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4949
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
50-
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 h1:xHms4gcpe1YE7A3yIllJXP16CMAGuqwO2lX1mTyyRRc=
5150
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
51+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
52+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
5253
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 h1:b8jxX3zqjpqb2LklXPzKSGJhzyxCOZSz8ncv8Nv+y7w=
5354
golang.org/x/term v0.0.0-20210503060354-a79de5458b56/go.mod h1:tfny5GFUkzUvx4ps4ajbZsCe5lw1metzhBm9T3x7oIY=
5455
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
55-
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
56-
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
56+
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
57+
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
5758
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
5859
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
5960
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

cli/vendor/golang.org/x/sys/AUTHORS

-3
This file was deleted.

cli/vendor/golang.org/x/sys/CONTRIBUTORS

-3
This file was deleted.

cli/vendor/golang.org/x/sys/plan9/syscall.go

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

cli/vendor/golang.org/x/sys/plan9/syscall_plan9.go

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

cli/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s

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

cli/vendor/golang.org/x/sys/unix/asm_linux_loong64.s

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

cli/vendor/golang.org/x/sys/unix/errors_freebsd_386.go

-233
This file was deleted.

0 commit comments

Comments
 (0)