aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-14 08:30:13 +0000
committerBjørn Erik Pedersen <[email protected]>2024-11-14 14:01:41 +0100
commitcb6580d008b6aa337e8fef17dfcd25e89b5d2be0 (patch)
tree0350d3bcd2b1b7cff4e93c9fb65a1c61e834dfcc /go.mod
parent8aba6dc661e71ffb50c3825c445d451ac5db0d7c (diff)
downloadhugo-cb6580d008b6aa337e8fef17dfcd25e89b5d2be0.tar.gz
hugo-cb6580d008b6aa337e8fef17dfcd25e89b5d2be0.zip
build(deps): bump github.com/hairyhenderson/go-codeowners
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/hairyhenderson/go-codeowners/releases) - [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md) - [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: github.com/hairyhenderson/go-codeowners dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 4b1d53a1b..1bba42f1b 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/google/go-cmp v0.6.0
github.com/gorilla/websocket v1.5.3
- github.com/hairyhenderson/go-codeowners v0.6.0
+ github.com/hairyhenderson/go-codeowners v0.6.1
github.com/jdkato/prose v1.2.1
github.com/kylelemons/godebug v1.1.0
github.com/kyokomi/emoji/v2 v2.2.13