Skip to content

Commit c437bfe

Browse files
Merge pull request #64 from steadybit/dependabot/go_modules/github.com/steadybit/action-kit/go/action_kit_api/v2-2.9.3
build(deps): bump github.com/steadybit/action-kit/go/action_kit_api/v2 from 2.9.3-beta.1 to 2.9.3
2 parents 35e5ad8 + a8f2c31 commit c437bfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/google/uuid v1.6.0
1010
github.com/kelseyhightower/envconfig v1.4.0
1111
github.com/rs/zerolog v1.33.0
12-
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1
12+
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3
1313
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10
1414
github.com/steadybit/action-kit/go/action_kit_test v1.2.15
1515
github.com/steadybit/extension-kit v1.8.15
@@ -27,7 +27,7 @@ require (
2727
github.com/elastic/go-sysinfo v1.14.1 // indirect
2828
github.com/elastic/go-windows v1.0.2 // indirect
2929
github.com/emicklei/go-restful/v3 v3.11.3 // indirect
30-
github.com/getkin/kin-openapi v0.127.0 // indirect
30+
github.com/getkin/kin-openapi v0.128.0 // indirect
3131
github.com/go-logr/logr v1.4.2 // indirect
3232
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3333
github.com/go-openapi/jsonreference v0.20.5 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY
2323
github.com/elastic/go-windows v1.0.2/go.mod h1:bGcDpBzXgYSqM0Gx3DM4+UxFj300SZLixie9u9ixLM8=
2424
github.com/emicklei/go-restful/v3 v3.11.3 h1:yagOQz/38xJmcNeZJtrUcKjkHRltIaIFXKWeG1SkWGE=
2525
github.com/emicklei/go-restful/v3 v3.11.3/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
26-
github.com/getkin/kin-openapi v0.127.0 h1:Mghqi3Dhryf3F8vR370nN67pAERW+3a95vomb3MAREY=
27-
github.com/getkin/kin-openapi v0.127.0/go.mod h1:OZrfXzUfGrNbsKj+xmFBx6E5c6yH3At/tAKSc2UszXM=
26+
github.com/getkin/kin-openapi v0.128.0 h1:jqq3D9vC9pPq1dGcOCv7yOp1DaEe7c/T1vzcLbITSp4=
27+
github.com/getkin/kin-openapi v0.128.0/go.mod h1:OZrfXzUfGrNbsKj+xmFBx6E5c6yH3At/tAKSc2UszXM=
2828
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
2929
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
3030
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
@@ -143,8 +143,8 @@ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
143143
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
144144
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
145145
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
146-
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1 h1:TR0LbBEzOC77HwbcGxngvbY4UN4QpDN/RGZsC+KdKYY=
147-
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1/go.mod h1:PMhimKAlixCZOIwzPsNvIOrVuII876CuWMGeiEwGN34=
146+
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3 h1:NUFdSLNJ0WiO8azy0KdiFZgSARzaNL0g4ek6cN2lATs=
147+
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3/go.mod h1:ycF2RLgRsB8I/jD52aE+dKZKVru1GIEtmkcRcIR3vXk=
148148
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10 h1:1c/tpC0gLj1YAKEno0v9X14WuuYbxCB/ke6csTtVefQ=
149149
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10/go.mod h1:iuzHsEiAgF4s21i6jxjqb7V33sMNeMP93CHm8bI5Nbg=
150150
github.com/steadybit/action-kit/go/action_kit_test v1.2.15 h1:A9FrK5jthzjhPzBRDeAZbCfgoFkEO3q654kFvyjD07o=

0 commit comments

Comments
 (0)