Skip to content

Commit 05b0cdc

Browse files
Merge pull request #105 from steadybit/dependabot/go_modules/github.com/steadybit/extension-kit-1.10.2
build(deps): bump github.com/steadybit/extension-kit from 1.10.1 to 1.10.2
2 parents 774673d + cada4e3 commit 05b0cdc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.7.1
1414
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.3.2
1515
github.com/steadybit/event-kit/go/event_kit_api v1.6.2
16-
github.com/steadybit/extension-kit v1.10.1
16+
github.com/steadybit/extension-kit v1.10.2
1717
github.com/stretchr/testify v1.11.1
1818
)
1919

@@ -45,6 +45,7 @@ require (
4545
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
4646
github.com/josharian/intern v1.0.0 // indirect
4747
github.com/json-iterator/go v1.1.12 // indirect
48+
github.com/klauspost/compress v1.18.4 // indirect
4849
github.com/mailru/easyjson v0.9.1 // indirect
4950
github.com/mattn/go-colorable v0.1.14 // indirect
5051
github.com/mattn/go-isatty v0.0.20 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV
9191
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
9292
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
9393
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
94+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
95+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
9496
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
9597
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
9698
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
@@ -167,8 +169,8 @@ github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1 h1:CabRtfE70gt/4
167169
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.2.1/go.mod h1:PPJh5gSdVRKG/0qJCGJK5XnGxXat/v6UT8/2ilIbbX8=
168170
github.com/steadybit/event-kit/go/event_kit_api v1.6.2 h1:v2aA54GgCh1PNKm9+VRExCNDnpveLC9+DU9ErNJ6NPg=
169171
github.com/steadybit/event-kit/go/event_kit_api v1.6.2/go.mod h1:FitW7bd50/DptgPPm0uFfY90qTiNtfPX1IbCRuC37n8=
170-
github.com/steadybit/extension-kit v1.10.1 h1:fvjDuTySNb1pPTWsaIwmosv7YT1m1l/YgB+mIpnOkDE=
171-
github.com/steadybit/extension-kit v1.10.1/go.mod h1:H0ruxx/Lwg7PQI/oi56aivVlZgeU8cl6ebHhyoq0Fj4=
172+
github.com/steadybit/extension-kit v1.10.2 h1:ny62/TPgZIhZibY0+L8zuFEKqx3XuCEXZgij0Z2SDyM=
173+
github.com/steadybit/extension-kit v1.10.2/go.mod h1:vjcSUw8/eR11sQxR7cTEkU2oPoNvoKTihXQIqh3jlHM=
172174
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
173175
github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4=
174176
github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0=

0 commit comments

Comments
 (0)