We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8887f2d + 03ba59b commit deb2eb0Copy full SHA for deb2eb0
go.mod
@@ -3,7 +3,8 @@ module github.com/aws-controllers-k8s/code-generator
3
go 1.14
4
5
require (
6
- github.com/aws/aws-sdk-go v1.35.5
+ github.com/aws-controllers-k8s/runtime v0.0.3
7
+ github.com/aws/aws-sdk-go v1.37.4
8
github.com/dlclark/regexp2 v1.4.0
9
// pin to v0.1.1 due to release problem with v0.1.2
10
github.com/gertd/go-pluralize v0.1.1
@@ -14,5 +15,5 @@ require (
14
15
github.com/spf13/cobra v1.1.1
16
github.com/stretchr/testify v1.7.0
17
golang.org/x/mod v0.4.1
- k8s.io/apimachinery v0.20.2
18
+ k8s.io/apimachinery v0.18.6
19
)
0 commit comments