Skip to content
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

chore(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk from 1.1.1 to 1.2.1 #13

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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/steadybit/extension-grafana

go 1.22.0

toolchain go1.22.2
toolchain go1.23.2

require (
github.com/KimMachineGun/automemlimit v0.6.1
Expand All @@ -17,7 +16,7 @@ require (
github.com/steadybit/action-kit/go/action_kit_test v1.2.15
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.1.1
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.2.1
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.1.2
github.com/steadybit/event-kit/go/event_kit_api v1.4.1
github.com/steadybit/extension-kit v1.8.15
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0 h1:q24S067wJ7uUZs
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0/go.mod h1:kGpQOWXnHTOle5c73wganP/iBXeVqEfD3mQYMvJJskI=
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0 h1:vhi6HK60UDBYOa7p9GKnwcq0BpBOemmjC63ZmRb+1O4=
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0/go.mod h1:ls7es3pBOMqLJyCWEtepREVLqADvJeoNkVLXUjkPZ9k=
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.1.1 h1:4b1HklSbHU/n+KUXD/LcHsjv33k8xyG88+G0mVIAl2U=
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.1.1/go.mod h1:OpnHiK5tqdTP4rpzAo4oxWb76aY6celiN8sIz95kDvo=
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.2.1 h1:M2OX0sMGE+CnSBuZd37FScOxOI8UBDdqV9ZKAIcS1bw=
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.2.1/go.mod h1:dEJgg7BcW0E8pGMjpqtDU7m0lN6d38ievgFEUG39cxE=
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.1.2 h1:IrTUwb69FDwOt/8OvY1Lvhv+qGNmy+Eu53HEjmsj0TA=
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=
Expand Down
Loading