File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/aws-controllers-k8s/pkg v0.0.19
7- github.com/aws-controllers-k8s/runtime v0.54.0
7+ github.com/aws-controllers-k8s/runtime v0.54.1
88 github.com/aws/aws-sdk-go v1.49.0
99 github.com/aws/aws-sdk-go-v2 v1.32.7
1010 github.com/dlclark/regexp2 v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -73,8 +73,12 @@ github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:l
7373github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
7474github.com/aws-controllers-k8s/pkg v0.0.19 h1:q/NhMvj6fCkHAJTyasrOWNdYME9/eCdeA5tStz4hHb8 =
7575github.com/aws-controllers-k8s/pkg v0.0.19 /go.mod h1:VvdjLWmR6IJ3KU8KByKiq/lJE8M+ur2piXysXKTGUS0 =
76+ github.com/aws-controllers-k8s/runtime v0.53.1 h1:l9MkR1KfZW8H8icT5rrRK3pdnVVA4io/eINVe5aspWs =
77+ github.com/aws-controllers-k8s/runtime v0.53.1 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
7678github.com/aws-controllers-k8s/runtime v0.54.0 h1:RWv5cVb428styiRTHugRF8bMWjXkgsDc5E6Q/BoD8gA =
7779github.com/aws-controllers-k8s/runtime v0.54.0 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
80+ github.com/aws-controllers-k8s/runtime v0.54.1 h1:0mbCJELz3t7jbG4abNecF0yeRd8YeFZQPr7nnzr8DC8 =
81+ github.com/aws-controllers-k8s/runtime v0.54.1 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
7882github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
7983github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
8084github.com/aws/aws-sdk-go-v2 v1.32.7 h1:ky5o35oENWi0JYWUZkB7WYvVPP+bcRF5/Iq7JWSb5Rw =
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ func (frm *fakeRM) EnsureTags(
147147 return nil
148148}
149149
150- func (frm * fakeRM ) FilterSystemTags (acktypes.AWSResource ) {}
150+ func (frm * fakeRM ) FilterSystemTags (acktypes.AWSResource , [] string ) {}
151151
152152// This test is mostly just a hack to introduce a Go module dependency between
153153// the ACK runtime library and the code generator. The code generator doesn't
You can’t perform that action at this time.
0 commit comments