chore(deps): update module github.com/gin-contrib/zap to v0.2.0 - autoclosed #14

Closed
odit_renovate wants to merge 1 commits from renovate/github.com-gin-contrib-zap-0.x into main
Member

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gin-contrib/zap v0.1.0 -> v0.2.0 age adoption passing confidence

Release Notes

gin-contrib/zap (github.com/gin-contrib/zap)

v0.2.0

Compare Source

Changelog

Features
  • 4622367 feat: refactor logging functions to use ZapLogger interface
Enhancements
  • a584183 chore(deps): add go1.20 version
  • fe995df chore(zap): replace otel trace ID with custom fields. (#​46)
  • 33fb008 chore: update goreleaser/goreleaser-action to v4
  • 1669c2c chore: update golangci-lint version to latest
  • 1f1c990 chore: update supported versions of Go
Others
  • 018ec49 build: update Go version requirement and dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/gin-contrib/zap](https://github.com/gin-contrib/zap) | `v0.1.0` -> `v0.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgin-contrib%2fzap/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgin-contrib%2fzap/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgin-contrib%2fzap/v0.1.0/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgin-contrib%2fzap/v0.1.0/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gin-contrib/zap (github.com/gin-contrib/zap)</summary> ### [`v0.2.0`](https://github.com/gin-contrib/zap/releases/tag/v0.2.0) [Compare Source](https://github.com/gin-contrib/zap/compare/v0.1.0...v0.2.0) #### Changelog ##### Features - [`4622367`](https://github.com/gin-contrib/zap/commit/4622367) feat: refactor logging functions to use `ZapLogger` interface ##### Enhancements - [`a584183`](https://github.com/gin-contrib/zap/commit/a584183) chore(deps): add go1.20 version - [`fe995df`](https://github.com/gin-contrib/zap/commit/fe995df) chore(zap): replace otel trace ID with custom fields. ([#&#8203;46](https://github.com/gin-contrib/zap/issues/46)) - [`33fb008`](https://github.com/gin-contrib/zap/commit/33fb008) chore: update `goreleaser/goreleaser-action` to v4 - [`1669c2c`](https://github.com/gin-contrib/zap/commit/1669c2c) chore: update golangci-lint version to latest - [`1f1c990`](https://github.com/gin-contrib/zap/commit/1f1c990) chore: update supported versions of Go ##### Others - [`018ec49`](https://github.com/gin-contrib/zap/commit/018ec49) build: update Go version requirement and dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjczLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
odit_renovate added the
enhancement
status:review_needed
labels 2023-09-07 17:55:04 +00:00
odit_renovate scheduled this pull request to auto merge when all checks succeed 2023-09-07 17:55:05 +00:00
Author
Member

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/go-redis/redis v6.15.9+incompatible
go: downloading go.uber.org/zap v1.26.0
go: downloading github.com/gin-contrib/zap v0.2.0
go: downloading github.com/gin-gonic/gin v1.9.1
go: downloading github.com/spf13/cobra v0.0.7
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading golang.org/x/net v0.15.0
go: downloading github.com/go-playground/validator/v10 v10.15.3
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/ugorji/go/codec v1.2.11
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/ugorji/go v1.1.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.10.0
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading golang.org/x/sys v0.12.0
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading golang.org/x/crypto v0.13.0
go: downloading golang.org/x/text v0.13.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
go: downloading golang.org/x/arch v0.5.0
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading github.com/klauspost/cpuid/v2 v2.2.5
go: downloading github.com/chenzhuoyu/iasm v0.9.0
go: downloading github.com/ugorji/go/codec v1.2.12
go: downloading github.com/ugorji/go v1.2.12
go: github.com/pkgems/npm-cache-proxy/proxy imports
	github.com/gin-gonic/gin imports
	github.com/gin-gonic/gin/binding imports
	github.com/ugorji/go/codec: ambiguous import: found package github.com/ugorji/go/codec in multiple modules:
	github.com/ugorji/go v1.1.4 (/go/pkg/mod/github.com/ugorji/go@v1.1.4/codec)
	github.com/ugorji/go/codec v1.2.12 (/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12)

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: downloading github.com/go-redis/redis v6.15.9+incompatible go: downloading go.uber.org/zap v1.26.0 go: downloading github.com/gin-contrib/zap v0.2.0 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/spf13/cobra v0.0.7 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/inconshreveable/mousetrap v1.0.0 go: downloading github.com/spf13/pflag v1.0.3 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading golang.org/x/net v0.15.0 go: downloading github.com/go-playground/validator/v10 v10.15.3 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/ugorji/go v1.1.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/bytedance/sonic v1.10.0 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/sys v0.12.0 go: downloading github.com/pelletier/go-toml v1.2.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading golang.org/x/crypto v0.13.0 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d go: downloading golang.org/x/arch v0.5.0 go: downloading github.com/twitchyliquid64/golang-asm v0.15.1 go: downloading github.com/klauspost/cpuid/v2 v2.2.5 go: downloading github.com/chenzhuoyu/iasm v0.9.0 go: downloading github.com/ugorji/go/codec v1.2.12 go: downloading github.com/ugorji/go v1.2.12 go: github.com/pkgems/npm-cache-proxy/proxy imports github.com/gin-gonic/gin imports github.com/gin-gonic/gin/binding imports github.com/ugorji/go/codec: ambiguous import: found package github.com/ugorji/go/codec in multiple modules: github.com/ugorji/go v1.1.4 (/go/pkg/mod/github.com/ugorji/go@v1.1.4/codec) github.com/ugorji/go/codec v1.2.12 (/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12) ```
odit_renovate requested review from niggl 2023-09-07 18:09:46 +00:00
odit_renovate requested review from philipp 2023-09-07 18:09:46 +00:00
odit_renovate force-pushed renovate/github.com-gin-contrib-zap-0.x from 703ab7b49e to 415be6be70 2023-09-14 21:40:14 +00:00 Compare
odit_renovate force-pushed renovate/github.com-gin-contrib-zap-0.x from 415be6be70 to e3b414e56e 2023-11-04 15:07:35 +00:00 Compare
odit_renovate force-pushed renovate/github.com-gin-contrib-zap-0.x from e3b414e56e to e8bce8c765 2023-11-07 18:44:45 +00:00 Compare
odit_renovate changed title from Update module github.com/gin-contrib/zap to v0.2.0 to chore(deps): update module github.com/gin-contrib/zap to v0.2.0 2023-11-24 10:45:26 +00:00
odit_renovate force-pushed renovate/github.com-gin-contrib-zap-0.x from e8bce8c765 to 4eab48c0fa 2023-11-24 10:45:27 +00:00 Compare
odit_renovate force-pushed renovate/github.com-gin-contrib-zap-0.x from 4eab48c0fa to 65b3bc4736 2023-12-08 02:18:57 +00:00 Compare
odit_renovate changed title from chore(deps): update module github.com/gin-contrib/zap to v0.2.0 to chore(deps): update module github.com/gin-contrib/zap to v0.2.0 - autoclosed 2025-02-16 18:52:57 +00:00
odit_renovate closed this pull request 2025-02-16 18:53:00 +00:00
Some checks are pending
renovate/artifacts Artifact file update failure
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/testpr Pipeline failed
continuous-integration/drone/pr
Required

Pull request closed

Sign in to join this conversation.
No description provided.