Skip to content

Commit 6d01536

Browse files
authored
Pin ack/pkg to v0.0.1 (#403)
Pin `ack/pkg` to `v0.0.1` Signed-off-by: Amine Hilaly <[email protected]> By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4d4f9b3 commit 6d01536

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/code-generator
33
go 1.19
44

55
require (
6-
github.com/aws-controllers-k8s/pkg v0.0.0-20230202214221-5eee726e51c7
6+
github.com/aws-controllers-k8s/pkg v0.0.1
77
github.com/aws-controllers-k8s/runtime v0.23.0
88
github.com/aws/aws-sdk-go v1.44.93
99
github.com/dlclark/regexp2 v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
9090
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
9191
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
9292
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
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=
93+
github.com/aws-controllers-k8s/pkg v0.0.1 h1:jK/NVrij2/SeUhE6+JJa53DxxRnRgV3SjybUsFC2/vA=
94+
github.com/aws-controllers-k8s/pkg v0.0.1/go.mod h1:LC/9DlYrXu8FWNwLquZLq1WhcyRo7qXb7upRLAEosQk=
9595
github.com/aws-controllers-k8s/runtime v0.23.0 h1:xM/zKyFzqbSr4gN9/cMRyjUUEEezHB0inpcsSV5clkg=
9696
github.com/aws-controllers-k8s/runtime v0.23.0/go.mod h1:vBsKxMSP7Ya2Mv5KPGadu6OuIESTX+YIZB/2dOV7gXo=
9797
github.com/aws/aws-sdk-go v1.44.93 h1:hAgd9fuaptBatSft27/5eBMdcA8+cIMqo96/tZ6rKl8=

pkg/generate/code/set_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,7 @@ func TestSetResource_EventBridge_Rule_SetResourceForStruct(t *testing.T) {
35223522
fxf10.SecretManagerARN = resp.RedshiftDataParameters.SecretManagerArn
35233523
}
35243524
if resp.RedshiftDataParameters.Sql != nil {
3525-
fxf10.Sql = resp.RedshiftDataParameters.Sql
3525+
fxf10.SQL = resp.RedshiftDataParameters.Sql
35263526
}
35273527
if resp.RedshiftDataParameters.StatementName != nil {
35283528
fxf10.StatementName = resp.RedshiftDataParameters.StatementName

0 commit comments

Comments
 (0)