aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-24 12:59:10 -0400
committerGitHub <noreply@github.com>2024-06-24 12:59:10 -0400
commitaa85d1c55f58df44f3f610e204b39a39b0f8fa87 (patch)
treea3725ca9ec9e21971d972347777d125b5cf1d5be /go.mod
parentfeef38bc491d5b743b4c5f9ca7a6f959dfc946ab (diff)
downloadxesite-aa85d1c55f58df44f3f610e204b39a39b0f8fa87.tar.xz
xesite-aa85d1c55f58df44f3f610e204b39a39b0f8fa87.zip
build(deps): bump github.com/invopop/yaml from 0.2.0 to 0.3.1 (#776)
Bumps [github.com/invopop/yaml](https://github.com/invopop/yaml) from 0.2.0 to 0.3.1. - [Commits](https://github.com/invopop/yaml/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: github.com/invopop/yaml 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 0354cc1..50cb098 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/getkin/kin-openapi v0.120.0
github.com/go-faker/faker/v4 v4.4.2
github.com/go-git/go-git/v5 v5.12.0
- github.com/invopop/yaml v0.2.0
+ github.com/invopop/yaml v0.3.1
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.9.0
github.com/twitchtv/twirp v8.1.3+incompatible