Skip to content

chore(deps): bump github.com/steadybit/event-kit/go/event_kit_api from 1.5.0 to 1.6.0 #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.7.0
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.3.0
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.0
github.com/steadybit/event-kit/go/event_kit_api v1.5.0
github.com/steadybit/event-kit/go/event_kit_api v1.6.0
github.com/steadybit/extension-kit v1.10.0
github.com/stretchr/testify v1.10.0
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.3.0 h1:F2n7hqq90wv/fN
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.3.0/go.mod h1:fFHtqPbtKdVWXmGP11xuFvhGTT9yNeVnBVYV/C6X4v4=
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.0 h1:Pdgl5y0/MkwRqgXVWeHYYlQucTZ6BEAAAZmvgO+jzh4=
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.0/go.mod h1:2Ox3Se50dEoG0kSuDhTvlLEWeBvtRmSly/OZCmtDiJk=
github.com/steadybit/event-kit/go/event_kit_api v1.5.0 h1:iq2zzGrvMxJoLxwbIA7jxUzhTE+djc4vVzokIaWyCR0=
github.com/steadybit/event-kit/go/event_kit_api v1.5.0/go.mod h1:SilUGxfSKOu0hTJcLDrjdjo2Pm0ZLIMUrugCK9nSQ6o=
github.com/steadybit/event-kit/go/event_kit_api v1.6.0 h1:MZbVVLOPQn46enR3RjWglgWfGR5Eq/18BAex3bH8OQw=
github.com/steadybit/event-kit/go/event_kit_api v1.6.0/go.mod h1:XKfKcyouAOPW3TVr4sT253kJI9rYlzfy5yER1r7p8VU=
github.com/steadybit/extension-kit v1.10.0 h1:sOeMsGwYT+9v+U+tzUxy6xLMEH2h2qVw3uzgTWhnNpk=
github.com/steadybit/extension-kit v1.10.0/go.mod h1:Ow1kVKhBQwLGOrBRPSdGDDVdVBgaMDFjpxPV3FeoHho=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
Loading