Skip to content

Commit ec69c4a

Browse files
authored
Upgrade pkg library to 0.0.7 (#474)
**Description of changes:** Upgrade the pkg library for the code generator from 0.0.6 to 0.0.7 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ca20603 commit ec69c4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6
6+
github.com/aws-controllers-k8s/pkg v0.0.7
77
github.com/aws-controllers-k8s/runtime v0.27.1
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
@@ -77,8 +77,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
7777
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
7878
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
7979
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
80-
github.com/aws-controllers-k8s/pkg v0.0.6 h1:wnNqattbNQyzJK7HJ25oYwiogC4ydeEsjKuWFHXrvoo=
81-
github.com/aws-controllers-k8s/pkg v0.0.6/go.mod h1:CFqOn8ioKf/WAUMR1cFV2Nj1egY9Wvk532e657Nsoa8=
80+
github.com/aws-controllers-k8s/pkg v0.0.7 h1:Rz2Rk6mjDnJodl1QAdEn3Gb+OlirquMvDoNfgYCMh/M=
81+
github.com/aws-controllers-k8s/pkg v0.0.7/go.mod h1:CFqOn8ioKf/WAUMR1cFV2Nj1egY9Wvk532e657Nsoa8=
8282
github.com/aws-controllers-k8s/runtime v0.27.1 h1:tvJRQDioBFkob0kF4DwgS7MsoXZKwkG5QCHWxFEh+2o=
8383
github.com/aws-controllers-k8s/runtime v0.27.1/go.mod h1:oSCqCzbzJLUrzv+cx4TIxCuSUvL75ABJmhxBc87IRqc=
8484
github.com/aws/aws-sdk-go v1.44.93 h1:hAgd9fuaptBatSft27/5eBMdcA8+cIMqo96/tZ6rKl8=

0 commit comments

Comments
 (0)