Skip to content

Commit fc5620c

Browse files
Update runtime to v0.18.3 (#320)
Description of changes: Updates the ACK runtime to `v0.18.3` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent dcc7191 commit fc5620c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/code-generator
33
go 1.17
44

55
require (
6-
github.com/aws-controllers-k8s/runtime v0.18.2
6+
github.com/aws-controllers-k8s/runtime v0.18.3
77
github.com/aws/aws-sdk-go v1.42.0
88
github.com/dlclark/regexp2 v1.4.0
99
// pin to v0.1.1 due to release problem with v0.1.2

go.sum

+2-2
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/runtime v0.18.2 h1:THv/4lVzNIXgHHftQ0DB7qIHyvXhYA6ODAWQShfKGLU=
94-
github.com/aws-controllers-k8s/runtime v0.18.2/go.mod h1:pK+LlQRxxWKC9mRHnGz8/WRI8Dcvjg4ZGmK8rVwb51Y=
93+
github.com/aws-controllers-k8s/runtime v0.18.3 h1:8U/lqvW7NwRiyMnx/yk1hxrjDs0NONfAHWYE1bvhx/E=
94+
github.com/aws-controllers-k8s/runtime v0.18.3/go.mod h1:pK+LlQRxxWKC9mRHnGz8/WRI8Dcvjg4ZGmK8rVwb51Y=
9595
github.com/aws/aws-sdk-go v1.42.0 h1:BMZws0t8NAhHFsfnT3B40IwD13jVDG5KerlRksctVIw=
9696
github.com/aws/aws-sdk-go v1.42.0/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q=
9797
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=

0 commit comments

Comments
 (0)