From 4c72b28cb4db698677bdb212d0086cb5d228d30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:12:28 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/text Bumps [golang.org/x/text](https://github.com/golang/text) from 0.0.0-20180805044716-cb6730876b98 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/commits/v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 7 +++---- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2622c9e..c5f2c58 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,5 @@ module github.com/appleboy/go-mitake-cli -require ( - github.com/minchao/go-mitake v0.0.0-20180710150023-78ccac4cf025 - golang.org/x/text v0.0.0-20180805044716-cb6730876b98 // indirect -) +require github.com/minchao/go-mitake v0.0.0-20180710150023-78ccac4cf025 + +require golang.org/x/text v0.3.8 // indirect diff --git a/go.sum b/go.sum index 98d5578..032cea1 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/minchao/go-mitake v0.0.0-20180710150023-78ccac4cf025 h1:7MYfueUS0EVpkH4j8dtn/MVlmAc3pOCyg36qCcmKVeo= github.com/minchao/go-mitake v0.0.0-20180710150023-78ccac4cf025/go.mod h1:YUBIgXvs91rpVcSw4GOJqE9MymN9xn5yhml6+R/K9Ys= -golang.org/x/text v0.0.0-20180805044716-cb6730876b98 h1:eghQ6a9jJT9Ot8brVPUWPNFHIP/BhgDpjskdrGn1ktE= -golang.org/x/text v0.0.0-20180805044716-cb6730876b98/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY= +golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=