File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ GO111MODULE=on
66AWS_SERVICE =$(shell echo $(SERVICE ) | tr '[:upper:]' '[:lower:]')
77
88# Build ldflags
9- VERSION ?= "v0.16.0 "
9+ VERSION ?= "v0.16.1 "
1010GITCOMMIT =$(shell git rev-parse HEAD)
1111BUILDDATE =$(shell date -u +'% Y-% m-% dT% H:% M:% SZ')
1212IMPORT_PATH =github.com/aws-controllers-k8s/code-generator
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/code-generator
33go 1.17
44
55require (
6- github.com/aws-controllers-k8s/runtime v0.16.0
6+ github.com/aws-controllers-k8s/runtime v0.16.1
77 github.com/aws/aws-sdk-go v1.37.10
88 github.com/dlclark/regexp2 v1.4.0
99 // pin to v0.1.1 due to release problem with v0.1.2
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
9090github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
9191github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
9292github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
93- github.com/aws-controllers-k8s/runtime v0.16.0 h1:X2uwgp8qW2aVwM7kCXyq/7sZzWDSbkRqIOVO0FgGGYs =
94- github.com/aws-controllers-k8s/runtime v0.16.0 /go.mod h1:DHwPczqO/nK4L1kqWlmng5GuIQuX5MSSWbTQMuL4LnM =
93+ github.com/aws-controllers-k8s/runtime v0.16.1 h1:up+vn3J8mqjaHgleOSCU7wGqj7t8RCvF+V4EhdMEtSY =
94+ github.com/aws-controllers-k8s/runtime v0.16.1 /go.mod h1:DHwPczqO/nK4L1kqWlmng5GuIQuX5MSSWbTQMuL4LnM =
9595github.com/aws/aws-sdk-go v1.37.10 h1:LRwl+97B4D69Z7tz+eRUxJ1C7baBaIYhgrn5eLtua+Q =
9696github.com/aws/aws-sdk-go v1.37.10 /go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro =
9797github.com/benbjohnson/clock v1.0.3 /go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM =
You can’t perform that action at this time.
0 commit comments