status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Bump go.uber.org/zap from 1.10.0 to 1.12.0 #109

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps go.uber.org/zap from 1.10.0 to 1.12.0.

Release notes *Sourced from [go.uber.org/zap's releases](https://github.com/uber-go/zap/releases).* > ## v1.12.0 > Enhancements: > * [#751](https://github-redirect.dependabot.com/uber-go/zap/issues/751): Migrate to Go modules. > > > ## v1.11.0 > Enhancements: > * [#725](https://github-redirect.dependabot.com/uber-go/zap/issues/725): Add `zapcore.OmitKey` to omit keys in an `EncoderConfig`. > * [#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736): Add `RFC3339` and `RFC3339Nano` time encoders. > > Thanks to [@​juicemia](https://github.com/juicemia), [@​uhthomas](https://github.com/uhthomas) for their contributions to this release.
Changelog *Sourced from [go.uber.org/zap's changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md).* > ## 1.12.0 (29 Oct 2019) > > Enhancements: > * [#751](https://github-redirect.dependabot.com/uber-go/zap/issues/751)[]: Migrate to Go modules. > > ## 1.11.0 (21 Oct 2019) > > Enhancements: > * [#725](https://github-redirect.dependabot.com/uber-go/zap/issues/725)[]: Add `zapcore.OmitKey` to omit keys in an `EncoderConfig`. > * [#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736)[]: Add `RFC3339` and `RFC3339Nano` time encoders. > > Thanks to [@​juicemia](https://github.com/juicemia), [@​uhthomas](https://github.com/uhthomas) for their contributions to this release.
Commits - [`a6015e1`](https://github.com/uber-go/zap/commit/a6015e13fab9b744d96085308ce4e8f11bad1996) Preparing release v1.12.0 ([#752](https://github-redirect.dependabot.com/uber-go/zap/issues/752)) - [`4065717`](https://github.com/uber-go/zap/commit/4065717ebf23209381be54f3132b336441dbd147) ci: Manage lint decision in travis.yml - [`672336f`](https://github.com/uber-go/zap/commit/672336fffe89dc92675790ac2d8284be067b9328) ci: Use Go modules and ./... - [`aaf2e27`](https://github.com/uber-go/zap/commit/aaf2e27c952d0335e763a0f2024064aaf2fc5423) internal/readme: Use benchmarks submodule - [`9bec370`](https://github.com/uber-go/zap/commit/9bec370138719cea0229040de689ef6078b78b8f) TestStacktraceFiltersVendorZap: Fix for modules - [`4c619d4`](https://github.com/uber-go/zap/commit/4c619d40a5290c5a34d97bd561847da1a446cb4a) global_test: Fix for modules - [`fd38d2a`](https://github.com/uber-go/zap/commit/fd38d2a0cbc80152758800ff5d7e676e748d33af) Switch to Go modules - [`0065243`](https://github.com/uber-go/zap/commit/0065243e7bbd958fab35324e41201f5eb682c527) Prepare release v1.11 ([#746](https://github-redirect.dependabot.com/uber-go/zap/issues/746)) - [`d8445f3`](https://github.com/uber-go/zap/commit/d8445f34b4ae69130c5337a6fb65f317e3b71f76) license: allow github to detect MIT license ([#743](https://github-redirect.dependabot.com/uber-go/zap/issues/743)) - [`4252145`](https://github.com/uber-go/zap/commit/425214515ff452748375576b20c82524849177c6) Add RFC3339, RFC3339Nano and update docs to include 'nano' ([#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736)) - Additional commits viewable in [compare view](https://github.com/uber-go/zap/compare/v1.10.0...v1.12.0)


Dependabot compatibility score

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 commands and options
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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #123.