From cc63d40767eea739ec268b1131dee4f9841bd2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:04:33 +0000 Subject: [PATCH] build(deps): bump github.com/steadybit/extension-kit from 1.8.8 to 1.8.9 Bumps [github.com/steadybit/extension-kit](https://github.com/steadybit/extension-kit) from 1.8.8 to 1.8.9. - [Changelog](https://github.com/steadybit/extension-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/steadybit/extension-kit/compare/v1.8.8...v1.8.9) --- 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 906c0b5..a351169 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/steadybit/discovery-kit/go/discovery_kit_api v1.4.2 github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0 github.com/steadybit/discovery-kit/go/discovery_kit_test v1.0.2 - github.com/steadybit/extension-kit v1.8.8 + github.com/steadybit/extension-kit v1.8.9 github.com/stretchr/testify v1.8.4 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 ) diff --git a/go.sum b/go.sum index 08579f2..5a3ac1f 100644 --- a/go.sum +++ b/go.sum @@ -240,8 +240,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0 h1:g4PjxmmUdH github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0/go.mod h1:Gg/S2hwxxZsYoXaFvyLkpqHmir2GVrN8nE7FWki9afQ= github.com/steadybit/discovery-kit/go/discovery_kit_test v1.0.2 h1:OCmxLBa8/duFr6VglmWcUEHC5UsKlCI5ICzWxGzF9vQ= github.com/steadybit/discovery-kit/go/discovery_kit_test v1.0.2/go.mod h1:wRK0N+AXgYtD4pe888HZ3ty73wo+N4a8Gs9Mp7Ya8xc= -github.com/steadybit/extension-kit v1.8.8 h1:sYeIHUXMhEC7dESfIzpbtwro4cTqzdl8gRg1/lH7CH0= -github.com/steadybit/extension-kit v1.8.8/go.mod h1:nnBMoTk1+M2svfWE14nys5/12bixWe8TQdaxMZXd3Hg= +github.com/steadybit/extension-kit v1.8.9 h1:EzJ9FV30jQ8KuljUWtKnCQUJAQySWOqPaN3zoYUMlvM= +github.com/steadybit/extension-kit v1.8.9/go.mod h1:FnG1+FWYm0+WAgvASpnksXj2GnBY4vrc+qJi7V6tlC8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=