Bump github.com/brianvoe/gofakeit/v7 from 7.3.0 to 7.4.0

Bumps [github.com/brianvoe/gofakeit/v7](https://github.com/brianvoe/gofakeit) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](https://github.com/brianvoe/gofakeit/compare/v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: github.com/brianvoe/gofakeit/v7
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-20 04:16:21 +00:00
committed by GitHub
parent 25d4762a3c
commit df35ae8265
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/aykhans/dodo
go 1.25
require (
github.com/brianvoe/gofakeit/v7 v7.3.0
github.com/brianvoe/gofakeit/v7 v7.4.0
github.com/jedib0t/go-pretty/v6 v6.6.8
github.com/valyala/fasthttp v1.65.0
gopkg.in/yaml.v3 v3.0.1