From 31fb63d4ba4d608c57ddece1eebbfca6d8b6e211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:45:18 +0000 Subject: [PATCH] Chore(deps): bump github.com/steinfletcher/apitest from 1.5.17 to 1.6.0 Bumps [github.com/steinfletcher/apitest](https://github.com/steinfletcher/apitest) from 1.5.17 to 1.6.0. - [Release notes](https://github.com/steinfletcher/apitest/releases) - [Commits](https://github.com/steinfletcher/apitest/compare/v1.5.17...v1.6.0) --- updated-dependencies: - dependency-name: github.com/steinfletcher/apitest dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f6cf8a..a74e364 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/mmcdole/gofeed v1.3.0 github.com/prometheus/client_golang v1.20.5 github.com/rs/cors v1.11.1 - github.com/steinfletcher/apitest v1.5.17 + github.com/steinfletcher/apitest v1.6.0 github.com/steinfletcher/apitest-jsonpath v1.7.2 github.com/stretchr/testify v1.10.0 golang.org/x/text v0.22.0 diff --git a/go.sum b/go.sum index 32d745b..48e75c5 100644 --- a/go.sum +++ b/go.sum @@ -88,8 +88,8 @@ github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NF github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/steinfletcher/apitest v1.5.10/go.mod h1:cf7Bneo52IIAgpqhP8xaLlzWgAiQ9fHtsDMjeDnZ3so= -github.com/steinfletcher/apitest v1.5.17 h1:nlrfVNLN/g6T2GxDnjfK+QTeQ2be1SNAt8VkAy5twLQ= -github.com/steinfletcher/apitest v1.5.17/go.mod h1:mF+KnYaIkuHM0C4JgGzkIIOJAEjo+EA5tTjJ+bHXnQc= +github.com/steinfletcher/apitest v1.6.0 h1:BvZpQh0DECrDq7nFzDjwQqwXAEc+cykuVD4aUdXvQfA= +github.com/steinfletcher/apitest v1.6.0/go.mod h1:mF+KnYaIkuHM0C4JgGzkIIOJAEjo+EA5tTjJ+bHXnQc= github.com/steinfletcher/apitest-jsonpath v1.7.2 h1:H7Y3f7zwHQ9crUjA36Z/vhE5x8xidGCriJqsDZ4uHgs= github.com/steinfletcher/apitest-jsonpath v1.7.2/go.mod h1:FzU2i3ZIyIdF6yBI8a0DZ10gCC6jhiD1yAdU0nCz5Do= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=