From 57264da21b5a090d6cb650483861e0bf31ebccde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:33:37 +0000 Subject: [PATCH] chore(deps): bump github.com/alexliesenfeld/health from 0.8.0 to 0.8.1 Bumps [github.com/alexliesenfeld/health](https://github.com/alexliesenfeld/health) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/alexliesenfeld/health/releases) - [Changelog](https://github.com/alexliesenfeld/health/blob/main/CHANGELOG.md) - [Commits](https://github.com/alexliesenfeld/health/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/alexliesenfeld/health dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2310bb04..c2ce94c1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/gotenberg/gotenberg/v8 go 1.24.0 require ( - github.com/alexliesenfeld/health v0.8.0 + github.com/alexliesenfeld/health v0.8.1 github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect github.com/barasher/go-exiftool v1.10.0 github.com/chromedp/cdproto v0.0.0-20250416210000-d7e4d624041a diff --git a/go.sum b/go.sum index 8d697864..31b1c90d 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/STARRY-S/zip v0.2.3 h1:luE4dMvRPDOWQdeDdUxUoZkzUIpTccdKdhHHsQJ1fm4= github.com/STARRY-S/zip v0.2.3/go.mod h1:lqJ9JdeRipyOQJrYSOtpNAiaesFO6zVDsE8GIGFaoSk= -github.com/alexliesenfeld/health v0.8.0 h1:lCV0i+ZJPTbqP7LfKG7p3qZBl5VhelwUFCIVWl77fgk= -github.com/alexliesenfeld/health v0.8.0/go.mod h1:TfNP0f+9WQVWMQRzvMUjlws4ceXKEL3WR+6Hp95HUFc= +github.com/alexliesenfeld/health v0.8.1 h1:wdE3vt+cbJotiR8DGDBZPKHDFoJbAoWEfQTcqrmedUg= +github.com/alexliesenfeld/health v0.8.1/go.mod h1:TfNP0f+9WQVWMQRzvMUjlws4ceXKEL3WR+6Hp95HUFc= github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 h1:8PmGpDEZl9yDpcdEr6Odf23feCxK3LNUNMxjXg41pZQ= github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA= github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=