From 482746a4d452dbed47a3223d610a42d19988c1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:36:08 +0000 Subject: [PATCH] build(deps): bump github.com/steadybit/steadybit-debug Bumps [github.com/steadybit/steadybit-debug](https://github.com/steadybit/steadybit-debug) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/steadybit/steadybit-debug/releases) - [Changelog](https://github.com/steadybit/steadybit-debug/blob/main/.goreleaser.yaml) - [Commits](https://github.com/steadybit/steadybit-debug/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/steadybit/steadybit-debug 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 d620303..e082525 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0 github.com/steadybit/event-kit/go/event_kit_api v1.5.0 github.com/steadybit/extension-kit v1.8.23 - github.com/steadybit/steadybit-debug v1.3.2 + github.com/steadybit/steadybit-debug v1.3.3 github.com/stretchr/testify v1.10.0 go.uber.org/automaxprocs v1.6.0 ) diff --git a/go.sum b/go.sum index 5f0d8b5..50a7090 100644 --- a/go.sum +++ b/go.sum @@ -142,8 +142,8 @@ github.com/steadybit/event-kit/go/event_kit_api v1.5.0 h1:iq2zzGrvMxJoLxwbIA7jxU github.com/steadybit/event-kit/go/event_kit_api v1.5.0/go.mod h1:SilUGxfSKOu0hTJcLDrjdjo2Pm0ZLIMUrugCK9nSQ6o= github.com/steadybit/extension-kit v1.8.23 h1:YyHCP1cfETOmOX8Bn21n+E910IhbjQZIWoV4Eu9Ks28= github.com/steadybit/extension-kit v1.8.23/go.mod h1:qUiOw0OJUkyuz9hkLkGfksc09JRkSyrKEiiIiuVc3+o= -github.com/steadybit/steadybit-debug v1.3.2 h1:INlBCTcze9jN2P0BfvWnX5Z5TwBZmvwoNAhZ/fIql4s= -github.com/steadybit/steadybit-debug v1.3.2/go.mod h1:g5LGs1JGUCx7IAKzn8gO1Ddz+AIlJeUv+5er7KTVjow= +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= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=