From f2b8aecde96af683a785974221f08ae3d6f1d46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:52:34 +0000 Subject: [PATCH] chore(deps): bump github.com/ikawaha/httpcheck from 1.10.0 to 1.10.1 Bumps [github.com/ikawaha/httpcheck](https://github.com/ikawaha/httpcheck) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/ikawaha/httpcheck/releases) - [Commits](https://github.com/ikawaha/httpcheck/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/ikawaha/httpcheck 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 ecc5ef3..dcc9cfa 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ikawaha/goahttpcheck go 1.20 require ( - github.com/ikawaha/httpcheck v1.10.0 + github.com/ikawaha/httpcheck v1.10.1 goa.design/goa/v3 v3.14.1 ) diff --git a/go.sum b/go.sum index 2c9d006..62f0ac6 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4= github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= -github.com/ikawaha/httpcheck v1.10.0 h1:3lSrYzgBydfn7sczWBAkVA1gTwxPKxdMkYi2wtEIZUU= -github.com/ikawaha/httpcheck v1.10.0/go.mod h1:mICgpunMfsAjsSX6AocPp+ctplen5/lmh8yXJ+fbeac= +github.com/ikawaha/httpcheck v1.10.1 h1:1UhgQCaxn6Dhujw0bfF2SPCw5Ue6LLwJufmfhW5GOj4= +github.com/ikawaha/httpcheck v1.10.1/go.mod h1:mICgpunMfsAjsSX6AocPp+ctplen5/lmh8yXJ+fbeac= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=