diff --git a/go.mod b/go.mod index e810fe5..d83f71c 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/kelseyhightower/envconfig v1.4.0 github.com/rs/zerolog v1.30.0 github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.2 - github.com/steadybit/action-kit/go/action_kit_sdk v1.1.6 + github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7 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/extension-kit v1.8.8 diff --git a/go.sum b/go.sum index 23da0ef..f92b507 100644 --- a/go.sum +++ b/go.sum @@ -171,8 +171,8 @@ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0= github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.2 h1:k3pmRONj3/4UFYFC+QA4ZegL8t9Iw7bOWXVTk75cibI= github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.2/go.mod h1:CHkp9nNMCtEZCIx9uP1nmJ2asBWGO9PViP5LClcyHOw= -github.com/steadybit/action-kit/go/action_kit_sdk v1.1.6 h1:TgMgog3YtSf+IWb3HjOa95mT+cOjuqR7qBAoJCtcDUs= -github.com/steadybit/action-kit/go/action_kit_sdk v1.1.6/go.mod h1:/DaeVENModafd9k3St5Tfa406Mw45z4cqefOknLF8EA= +github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7 h1:JvSNQf0z/dKLxbLDYtmUvRVZ+bI2E63AgxM+OV6K4Gs= +github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7/go.mod h1:A+mKPGUqCaVFqkuwjUhL3PHh7s2E6M7zIZLiSTcnQ6Y= github.com/steadybit/discovery-kit/go/discovery_kit_api v1.4.2 h1:xWgCtshETS11ixcF+SIMqZEG6NBbtgUnjvo8wivbnec= github.com/steadybit/discovery-kit/go/discovery_kit_api v1.4.2/go.mod h1:bcDdLYjTxUYyIvQ/Uz4GjHU7Io+VGFM8Oi2zoveTp08= github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0 h1:g4PjxmmUdHKJQ4FJ9evrIHKm5qgN2r3Rd8AJjiZZ2kI=