chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2

Bumps [dario.cat/mergo](https://github.com/imdario/mergo) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: dario.cat/mergo
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-16 06:25:47 +00:00
committed by GitHub
parent 72c28294e3
commit 3a35517816
6 changed files with 13 additions and 11 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/crazy-max/diun/v4
go 1.23.0
require (
dario.cat/mergo v1.0.1
dario.cat/mergo v1.0.2
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.32
github.com/alecthomas/kong v1.6.1