From 2ded52944d5c9e9995e68483dd9304604a46148a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:02:24 +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.8.18 to 1.8.19. - [Changelog](https://github.com/steadybit/extension-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/steadybit/extension-kit/compare/v1.8.18...v1.8.19) --- updated-dependencies: - dependency-name: github.com/steadybit/extension-kit 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 dbf42f5..ba76242 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0 github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.2.1 github.com/steadybit/event-kit/go/event_kit_api v1.4.1 - github.com/steadybit/extension-kit v1.8.18 + github.com/steadybit/extension-kit v1.8.19 github.com/stretchr/testify v1.9.0 go.uber.org/automaxprocs v1.6.0 ) diff --git a/go.sum b/go.sum index 6dfe59b..f860a0d 100644 --- a/go.sum +++ b/go.sum @@ -124,8 +124,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_test v1.1.2 h1:IrTUwb69FDwOt github.com/steadybit/discovery-kit/go/discovery_kit_test v1.1.2/go.mod h1:tr4oRjpqr2WOKwO4auJR+/m+YKA2EAUuvvpbz1faUxw= github.com/steadybit/event-kit/go/event_kit_api v1.4.1 h1:IbD3Ujim0osr+VkcgsuQTDwn9EbZTqzYa5H8EZTxnRc= github.com/steadybit/event-kit/go/event_kit_api v1.4.1/go.mod h1:SilUGxfSKOu0hTJcLDrjdjo2Pm0ZLIMUrugCK9nSQ6o= -github.com/steadybit/extension-kit v1.8.18 h1:zvmNzz/h9bVFOMFnCK0/KNpM+M89yuA5aOWEPDSEj28= -github.com/steadybit/extension-kit v1.8.18/go.mod h1:fPu9AA1yA92VTZCOT+JE5EEAiTFgnb8Sfut5sKloeo0= +github.com/steadybit/extension-kit v1.8.19 h1:D+H8sV8zsHYl1NtxCxBl+hiUT8ndWmIZ35Td9RnlmS8= +github.com/steadybit/extension-kit v1.8.19/go.mod h1:fPu9AA1yA92VTZCOT+JE5EEAiTFgnb8Sfut5sKloeo0= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=