fix(deps): update module github.com/imdario/mergo to v1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/imdario/mergo | v0.3.16 -> v1.0.2 |
Release Notes
imdario/mergo (github.com/imdario/mergo)
v1.0.2
What's Changed
- Drops
gopkg.in/yaml.v3, only used for loading fixtures. Thanks @trim21 for bringing to my attention (#262) that this library is no longer maintained.
Full Changelog: https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2
v1.0.1
What's Changed
- fixes issue #187 by @vsemichev in darccio#253
- fix:
WithoutDereferenceshould respect non-nil struct pointers by @joshkaplinsky in darccio#251
New Contributors
- @vsemichev made their first contribution in darccio#253
- @joshkaplinsky made their first contribution in darccio#251
Full Changelog: https://github.com/darccio/mergo/compare/v1.0.0...v1.0.1
v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo
This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.
What's Changed
Full Changelog: https://github.com/imdario/mergo/compare/v0.3.16...v1.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.
⚠ 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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/e5f887/97a6ed/repos/github/deepch/RTSPtoWeb":"/tmp/worker/e5f887/97a6ed/repos/github/deepch/RTSPtoWeb" -v "/tmp/worker/e5f887/97a6ed/cache":"/tmp/worker/e5f887/97a6ed/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e5f887/97a6ed/repos/github/deepch/RTSPtoWeb" ghcr.io/containerbase/sidecar:9.24.0 bash -l -c "install-tool golang 1.21.4 && go get -d -t ./..."
go: github.com/imdario/[email protected]: parsing go.mod:
module declares its path as: dario.cat/mergo
but was required as: github.com/imdario/mergo
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.