summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-03 08:07:37 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-08-04 09:52:33 +0200
commit2ac3d616045b75feb10a487bda7577622a854229 (patch)
treea8435ba01ddf757113803299759ff18f76c5facd /go.mod
parentade7ec818798c0e5507d4fb6cc5b4396262a85d6 (diff)
build(deps): bump github.com/hairyhenderson/go-codeowners
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/hairyhenderson/go-codeowners/releases) - [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.3.0...v0.4.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] <support@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 e7207687b..6d83d0557 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/google/go-cmp v0.5.9
github.com/gorilla/websocket v1.5.0
- github.com/hairyhenderson/go-codeowners v0.3.0
+ github.com/hairyhenderson/go-codeowners v0.4.0
github.com/jdkato/prose v1.2.1
github.com/kylelemons/godebug v1.1.0
github.com/kyokomi/emoji/v2 v2.2.12