File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/code-generator
3
3
go 1.19
4
4
5
5
require (
6
- github.com/aws-controllers-k8s/pkg v0.0.0-20230111194700-e8a36ef99b23
6
+ github.com/aws-controllers-k8s/pkg v0.0.0-20230202214221-5eee726e51c7
7
7
github.com/aws-controllers-k8s/runtime v0.23.0
8
8
github.com/aws/aws-sdk-go v1.44.93
9
9
github.com/dlclark/regexp2 v1.4.0 // indirect
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
90
90
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
91
91
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
92
92
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
93
- github.com/aws-controllers-k8s/pkg v0.0.0-20230111194700-e8a36ef99b23 h1:jdA3TgFOtAYnOPuq9BtHrd6fS2yif+lMxy+574amS0c =
94
- github.com/aws-controllers-k8s/pkg v0.0.0-20230111194700-e8a36ef99b23 /go.mod h1:LC/9DlYrXu8FWNwLquZLq1WhcyRo7qXb7upRLAEosQk =
93
+ github.com/aws-controllers-k8s/pkg v0.0.0-20230202214221-5eee726e51c7 h1:0KDVwyHK8SUbFcP9LFrxZIzy3dxapOF/mUv6tUHrFTE =
94
+ github.com/aws-controllers-k8s/pkg v0.0.0-20230202214221-5eee726e51c7 /go.mod h1:LC/9DlYrXu8FWNwLquZLq1WhcyRo7qXb7upRLAEosQk =
95
95
github.com/aws-controllers-k8s/runtime v0.23.0 h1:xM/zKyFzqbSr4gN9/cMRyjUUEEezHB0inpcsSV5clkg =
96
96
github.com/aws-controllers-k8s/runtime v0.23.0 /go.mod h1:vBsKxMSP7Ya2Mv5KPGadu6OuIESTX+YIZB/2dOV7gXo =
97
97
github.com/aws/aws-sdk-go v1.44.93 h1:hAgd9fuaptBatSft27/5eBMdcA8+cIMqo96/tZ6rKl8 =
Original file line number Diff line number Diff line change @@ -3329,7 +3329,7 @@ func TestSetResource_EventBridge_Rule_SetResourceForStruct(t *testing.T) {
3329
3329
fx.DeadLetterConfig = fxf2
3330
3330
}
3331
3331
if resp.EcsParameters != nil {
3332
- fxf3 := &svcapitypes.EcsParameters {}
3332
+ fxf3 := &svcapitypes.ECSParameters {}
3333
3333
if resp.EcsParameters.CapacityProviderStrategy != nil {
3334
3334
fxf3f0 := []*svcapitypes.CapacityProviderStrategyItem{}
3335
3335
for _, fxf3f0iter := range resp.EcsParameters.CapacityProviderStrategy {
@@ -3445,7 +3445,7 @@ func TestSetResource_EventBridge_Rule_SetResourceForStruct(t *testing.T) {
3445
3445
if resp.EcsParameters.TaskDefinitionArn != nil {
3446
3446
fxf3.TaskDefinitionARN = resp.EcsParameters.TaskDefinitionArn
3447
3447
}
3448
- fx.EcsParameters = fxf3
3448
+ fx.ECSParameters = fxf3
3449
3449
}
3450
3450
if resp.HttpParameters != nil {
3451
3451
fxf4 := &svcapitypes.HTTPParameters{}
You can’t perform that action at this time.
0 commit comments