From 020b68687406a94b780ab1b4de63e1dd87f03d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 01:33:54 +0000 Subject: [PATCH] build(deps): bump github.com/steadybit/extension-kit Bumps [github.com/steadybit/extension-kit](https://github.com/steadybit/extension-kit) from 1.10.2 to 1.10.3. - [Changelog](https://github.com/steadybit/extension-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/steadybit/extension-kit/compare/v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: github.com/steadybit/extension-kit dependency-version: 1.10.3 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 c8957fa..315a2e7 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/steadybit/action-kit/go/action_kit_test v1.4.7 github.com/steadybit/discovery-kit/go/discovery_kit_api v1.7.1 github.com/steadybit/event-kit/go/event_kit_api v1.6.2 - github.com/steadybit/extension-kit v1.10.2 + github.com/steadybit/extension-kit v1.10.3 github.com/steadybit/steadybit-debug v1.3.3 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 70eed9b..8ed0077 100644 --- a/go.sum +++ b/go.sum @@ -163,8 +163,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1 h1:CabRtfE70gt/4 github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1/go.mod h1:PPJh5gSdVRKG/0qJCGJK5XnGxXat/v6UT8/2ilIbbX8= github.com/steadybit/event-kit/go/event_kit_api v1.6.2 h1:v2aA54GgCh1PNKm9+VRExCNDnpveLC9+DU9ErNJ6NPg= github.com/steadybit/event-kit/go/event_kit_api v1.6.2/go.mod h1:FitW7bd50/DptgPPm0uFfY90qTiNtfPX1IbCRuC37n8= -github.com/steadybit/extension-kit v1.10.2 h1:ny62/TPgZIhZibY0+L8zuFEKqx3XuCEXZgij0Z2SDyM= -github.com/steadybit/extension-kit v1.10.2/go.mod h1:vjcSUw8/eR11sQxR7cTEkU2oPoNvoKTihXQIqh3jlHM= +github.com/steadybit/extension-kit v1.10.3 h1:4qMsfF0YqVwLDUARkbd6MZRcsVgHMQ0BXVAY1g8y33A= +github.com/steadybit/extension-kit v1.10.3/go.mod h1:vjcSUw8/eR11sQxR7cTEkU2oPoNvoKTihXQIqh3jlHM= github.com/steadybit/steadybit-debug v1.3.3 h1:vbnIsX1PilfLeuotnpOK3y3D4AXuPyS4OrioBCEVYiY= github.com/steadybit/steadybit-debug v1.3.3/go.mod h1:g5LGs1JGUCx7IAKzn8gO1Ddz+AIlJeUv+5er7KTVjow= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=