aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-22 20:56:31 +0000
committerGitHub <noreply@github.com>2024-12-22 20:56:31 +0000
commitfea591df9b17c35742d67741f85bf32e687229e2 (patch)
tree1baea3233aab87635f5c637649849b97f760e75b /go.mod
parent6b679777da1996d223162e8f1fe4b31dc12bfe3e (diff)
downloadxesite-fea591df9b17c35742d67741f85bf32e687229e2.tar.xz
xesite-fea591df9b17c35742d67741f85bf32e687229e2.zip
build(deps): bump github.com/go-faker/faker/v4 from 4.4.2 to 4.5.0 (#818)
Bumps [github.com/go-faker/faker/v4](https://github.com/go-faker/faker) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/go-faker/faker/releases) - [Commits](https://github.com/go-faker/faker/compare/v4.4.2...v4.5.0) --- updated-dependencies: - dependency-name: github.com/go-faker/faker/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5316dc7..0f0d169 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emicklei/proto v1.13.2
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/getkin/kin-openapi v0.120.0
- github.com/go-faker/faker/v4 v4.4.2
+ github.com/go-faker/faker/v4 v4.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/invopop/yaml v0.3.1
github.com/joho/godotenv v1.5.1