diff --git a/go.mod b/go.mod index 6d6a5a4..b3ceedf 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/steadybit/action-kit/go/action_kit_test v1.4.5 github.com/steadybit/discovery-kit/go/discovery_kit_api v1.7.1 github.com/steadybit/event-kit/go/event_kit_api v1.6.2 - github.com/steadybit/extension-kit v1.10.1 + github.com/steadybit/extension-kit v1.10.2 github.com/steadybit/steadybit-debug v1.3.3 github.com/stretchr/testify v1.11.1 ) @@ -46,6 +46,7 @@ require ( github.com/jessevdk/go-flags v1.6.1 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect + github.com/klauspost/compress v1.18.4 // indirect github.com/mailru/easyjson v0.9.1 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect diff --git a/go.sum b/go.sum index 9993b82..a2c58f7 100644 --- a/go.sum +++ b/go.sum @@ -89,6 +89,8 @@ github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHm github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE= github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8= github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg= +github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c= +github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= @@ -161,8 +163,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1 h1:CabRtfE70gt/4 github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1/go.mod h1:PPJh5gSdVRKG/0qJCGJK5XnGxXat/v6UT8/2ilIbbX8= github.com/steadybit/event-kit/go/event_kit_api v1.6.2 h1:v2aA54GgCh1PNKm9+VRExCNDnpveLC9+DU9ErNJ6NPg= github.com/steadybit/event-kit/go/event_kit_api v1.6.2/go.mod h1:FitW7bd50/DptgPPm0uFfY90qTiNtfPX1IbCRuC37n8= -github.com/steadybit/extension-kit v1.10.1 h1:fvjDuTySNb1pPTWsaIwmosv7YT1m1l/YgB+mIpnOkDE= -github.com/steadybit/extension-kit v1.10.1/go.mod h1:H0ruxx/Lwg7PQI/oi56aivVlZgeU8cl6ebHhyoq0Fj4= +github.com/steadybit/extension-kit v1.10.2 h1:ny62/TPgZIhZibY0+L8zuFEKqx3XuCEXZgij0Z2SDyM= +github.com/steadybit/extension-kit v1.10.2/go.mod h1:vjcSUw8/eR11sQxR7cTEkU2oPoNvoKTihXQIqh3jlHM= 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=