Skip to content

Commit deb2eb0

Browse files
authored
Merge pull request #20 from jaypipes/depend-runtime
link ack-runtime with code-generator via go.mod
2 parents 8887f2d + 03ba59b commit deb2eb0

File tree

3 files changed

+371
-52
lines changed

3 files changed

+371
-52
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module github.com/aws-controllers-k8s/code-generator
33
go 1.14
44

55
require (
6-
github.com/aws/aws-sdk-go v1.35.5
6+
github.com/aws-controllers-k8s/runtime v0.0.3
7+
github.com/aws/aws-sdk-go v1.37.4
78
github.com/dlclark/regexp2 v1.4.0
89
// pin to v0.1.1 due to release problem with v0.1.2
910
github.com/gertd/go-pluralize v0.1.1
@@ -14,5 +15,5 @@ require (
1415
github.com/spf13/cobra v1.1.1
1516
github.com/stretchr/testify v1.7.0
1617
golang.org/x/mod v0.4.1
17-
k8s.io/apimachinery v0.20.2
18+
k8s.io/apimachinery v0.18.6
1819
)

0 commit comments

Comments
 (0)