Skip to content

Commit

Permalink
build(deps): bump github.com/spf13/cast from 1.3.1 to 1.4.0 (#9788)
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.3.1 to 1.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spf13/cast/commit/3f42935ca945b3f2ebbcd8eede51188b7e235a82"><code>3f42935</code></a> github: Also run tests on Windows</li>
<li><a href="https://github.com/spf13/cast/commit/02aebd9419d3b70f505087e7efa5dfe47a4b9268"><code>02aebd9</code></a> Update README.md</li>
<li><a href="https://github.com/spf13/cast/commit/a9f3cbf0980c4cbcef3fbb38b662153de68f1ecd"><code>a9f3cbf</code></a> Remove .travis.yml</li>
<li><a href="https://github.com/spf13/cast/commit/57c98fb578982a08d67ec981473293283a870352"><code>57c98fb</code></a> Create go.yml</li>
<li><a href="https://github.com/spf13/cast/commit/22b2b540ce2e240dd3565d1238df82136be02051"><code>22b2b54</code></a> Adjust timezone logic</li>
<li><a href="https://github.com/spf13/cast/commit/e4dda5f5f1363f8c14ebb6354d9f8e5e7ada8543"><code>e4dda5f</code></a> Add ToTimeInDefaultLocation/E</li>
<li><a href="https://github.com/spf13/cast/commit/c3e59ced67b262ef9b7861e52ec95edb0f4aabae"><code>c3e59ce</code></a> travis: Bump Go versions</li>
<li><a href="https://github.com/spf13/cast/commit/8d17101741c81653ee960aa20f9febb31f1218aa"><code>8d17101</code></a> Convert error slice to string slice</li>
<li><a href="https://github.com/spf13/cast/commit/580a25aa7d3e051d868322e18416484618581f5f"><code>580a25a</code></a> feat: updating ToStringSliceE to support some other slices</li>
<li>See full diff in <a href="https://github.com/spf13/cast/compare/v1.3.1...v1.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cast&package-manager=go_modules&previous-version=1.3.1&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] committed Jul 30, 2021
1 parent 85e3518 commit d05c093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -36,7 +36,7 @@ require (
github.com/rakyll/statik v0.1.7
github.com/regen-network/cosmos-proto v0.3.1
github.com/rs/zerolog v1.23.0
github.com/spf13/cast v1.3.1
github.com/spf13/cast v1.4.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Expand Up @@ -696,8 +696,9 @@ github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.4.0 h1:WhlbjwB9EGCc8W5Rxdkus+wmH2ASRwwTJk6tgHKwdqQ=
github.com/spf13/cast v1.4.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
Expand Down

0 comments on commit d05c093

Please sign in to comment.