chore(deps): bump github.com/foomo/keel from 0.19.0 to 0.19.1

Bumps [github.com/foomo/keel](https://github.com/foomo/keel) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/foomo/keel/releases)
- [Changelog](https://github.com/foomo/keel/blob/main/.goreleaser.yml)
- [Commits](https://github.com/foomo/keel/compare/v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: github.com/foomo/keel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-09 02:09:22 +00:00 committed by GitHub
parent 5ea6ad27d2
commit cf5385212d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/foomo/contentserver
go 1.23.0
require (
github.com/foomo/keel v0.19.0
github.com/foomo/keel v0.19.1
github.com/google/uuid v1.6.0
github.com/json-iterator/go v1.1.12
github.com/pkg/errors v0.9.1

4
go.sum
View File

@ -62,8 +62,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/foomo/gostandards v0.2.0 h1:Ryd7TI9yV3Xk5B84DcUDB7KcL3LzQ8NS+TVOrFxTYfA=
github.com/foomo/gostandards v0.2.0/go.mod h1:XQx7Ur6vyvxaIe2cQvAthuhPYDe+d2soibqVcXDXOh4=
github.com/foomo/keel v0.19.0 h1:8uIinFat9Jj72zyWx6c+30f2o0EdXZ350s/caEC37P8=
github.com/foomo/keel v0.19.0/go.mod h1:eyO1lVDIvuIOFjWdIx5MqnWmk0E0FZWZwFhtLiVkTio=
github.com/foomo/keel v0.19.1 h1:L4G135yaB4/PeA6PxfgRWESDiHBJdHM8I94t6J0Li+w=
github.com/foomo/keel v0.19.1/go.mod h1:eyO1lVDIvuIOFjWdIx5MqnWmk0E0FZWZwFhtLiVkTio=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=