diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-01 10:23:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-01 10:23:44 +0000 |
commit | 5bd5ad0d5a464490067a8906ac73c57edfcf28c7 (patch) | |
tree | d3235ad56c6190a269b6d7d483c709b6cc4cfd9d | |
parent | a5db76fe620d87c3b1865b7a86a80d2d8d5e31df (diff) | |
download | hugo-5bd5ad0d5a464490067a8906ac73c57edfcf28c7.tar.gz hugo-5bd5ad0d5a464490067a8906ac73c57edfcf28c7.zip |
build(deps): bump github.com/hairyhenderson/go-codeownersdependabot/go_modules/github.com/hairyhenderson/go-codeowners-0.5.0
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/release-please-config.json)
- [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.4.0...v0.5.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]>
-rw-r--r-- | go.mod | 6 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.1 - github.com/hairyhenderson/go-codeowners v0.4.0 + github.com/hairyhenderson/go-codeowners v0.5.0 github.com/jdkato/prose v1.2.1 github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.12 @@ -161,6 +161,6 @@ require ( software.sslmate.com/src/go-pkcs12 v0.2.0 // indirect ) -toolchain go1.21.0 +toolchain go1.22.5 -go 1.21 +go 1.21
\ No newline at end of file @@ -320,8 +320,8 @@ github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qK github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= -github.com/hairyhenderson/go-codeowners v0.4.0 h1:Wx/tRXb07sCyHeC8mXfio710Iu35uAy5KYiBdLHdv4Q= -github.com/hairyhenderson/go-codeowners v0.4.0/go.mod h1:iJgZeCt+W/GzXo5uchFCqvVHZY2T4TAIpvuVlKVkLxc= +github.com/hairyhenderson/go-codeowners v0.5.0 h1:dpQB+hVHiRc2VVvc2BHxkuM+tmu9Qej/as3apqUbsWc= +github.com/hairyhenderson/go-codeowners v0.5.0/go.mod h1:R3uW1OQXEj2Gu6/OvZ7bt6hr0qdkLvUWPiqNaWnexpo= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k= |