Skip to content

Commit

Permalink
release/2.2.0: Update l10n and dependences (#318)
Browse files Browse the repository at this point in the history
* build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](go-yaml/yaml@v2.2.8...v2.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* build(deps): bump github.com/spf13/viper from 1.6.3 to 1.7.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.6.3...v1.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* build(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* build(deps): bump golang.org/x/text from 0.3.2 to 0.3.3 (#299)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.2...v0.3.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* build(deps): bump github.com/AlecAivazis/survey/v2 from 2.0.7 to 2.0.8

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/AlecAivazis/survey/releases)
- [Commits](AlecAivazis/survey@v2.0.7...v2.0.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump to version 2.2.0

Signed-off-by: Xuanwo <[email protected]>

* Squashed commit of the following:

commit 7909274
Author: QingStor Robot <[email protected]>
Date:   Thu Jul 30 14:33:02 2020 +0800

    New Crowdin updates (#316)

    * [ci skip] i18n: Translate data.json to Chinese Simplified

    * [ci skip] i18n: Translate data.json to Chinese Simplified

commit 0a80353
Author: QingStor Robot <[email protected]>
Date:   Thu Jul 30 14:17:49 2020 +0800

    New Crowdin updates (#315)

    * New Crowdin translations (#286)

    * New Crowdin translations

    * i18n: Translate data.json to Chinese Simplified

    Co-authored-by: Prnyself <[email protected]>

    * [ci skip] i18n: Translate %original_file_name% to %language%

    * [ci skip] i18n: Translate data.json to Chinese Simplified

    * Update files

    Signed-off-by: Xuanwo <[email protected]>

    Co-authored-by: Prnyself <[email protected]>
    Co-authored-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
Xuanwo and dependabot-preview[bot] authored Jul 30, 2020
1 parent 06ef3dd commit 4aa699d
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 90 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/qingstor/qsctl/v2

go 1.12
go 1.14

require (
bou.ke/monkey v1.0.2
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/AlecAivazis/survey/v2 v2.0.8
github.com/Xuanwo/go-locale v0.3.0
github.com/Xuanwo/navvy v0.0.0-20191010141320-12f3cfcb6a27
github.com/Xuanwo/storage v1.2.1
Expand All @@ -20,10 +20,10 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/vbauerster/mpb/v4 v4.12.2
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.8
golang.org/x/text v0.3.3
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit 4aa699d

Please sign in to comment.