aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 08:51:51 +0000
committerBjørn Erik Pedersen <[email protected]>2024-10-09 10:34:59 +0200
commitffb41d11118ab3a43f2ee42d9656fc46cb873828 (patch)
treeea613b0d20f488241725bdf8ba27908b859e5c20 /go.mod
parent5b0b663ec321454c747fd58a4d0d8cc92e32a746 (diff)
downloadhugo-ffb41d11118ab3a43f2ee42d9656fc46cb873828.tar.gz
hugo-ffb41d11118ab3a43f2ee42d9656fc46cb873828.zip
build(deps): bump github.com/hairyhenderson/go-codeowners
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.5.0 to 0.6.0. - [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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/hairyhenderson/go-codeowners dependency-type: direct:production update-type: version-update:semver-minor ... 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 b049672bf..ee52e1e41 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.5.0
+ github.com/hairyhenderson/go-codeowners v0.6.0
github.com/jdkato/prose v1.2.1
github.com/kylelemons/godebug v1.1.0
github.com/kyokomi/emoji/v2 v2.2.13