build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#2430)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-19 02:55:10 +00:00
committed by GitHub
parent 60a2fed37b
commit f79a13e602
2 changed files with 3 additions and 9 deletions

2
go.mod
View File

@@ -37,7 +37,7 @@ require (
)
require (
dario.cat/mergo v1.0.0
dario.cat/mergo v1.0.1
github.com/golang-jwt/jwt/v5 v5.2.1
google.golang.org/protobuf v1.34.2
)