File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.4
6
6
7
7
require (
8
8
github.com/aws-controllers-k8s/pkg v0.0.14
9
- github.com/aws-controllers-k8s/runtime v0.37.0
9
+ github.com/aws-controllers-k8s/runtime v0.37.1
10
10
github.com/aws/aws-sdk-go v1.49.0
11
11
github.com/dlclark/regexp2 v1.10.0 // indirect
12
12
// pin to v0.1.1 due to release problem with v0.1.2
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:l
73
73
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
74
74
github.com/aws-controllers-k8s/pkg v0.0.14 h1:6GDwy4SHvL6znO3qb9rDStTOLwUEYRlGsfLfv/p16ck =
75
75
github.com/aws-controllers-k8s/pkg v0.0.14 /go.mod h1:VvdjLWmR6IJ3KU8KByKiq/lJE8M+ur2piXysXKTGUS0 =
76
- github.com/aws-controllers-k8s/runtime v0.37.0 h1:NobDzkYdSnHG44glFmOKJkT5nqbBTcTZH8UDmv/4T6w =
77
- github.com/aws-controllers-k8s/runtime v0.37.0 /go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew =
76
+ github.com/aws-controllers-k8s/runtime v0.37.1 h1:OKSG3WnswkazWgUtSZh3RApU6OK3l01LklP1DjWgEFY =
77
+ github.com/aws-controllers-k8s/runtime v0.37.1 /go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew =
78
78
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
79
79
github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
80
80
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
Original file line number Diff line number Diff line change @@ -157,6 +157,5 @@ leaderElection:
157
157
# Configuration for feature gates. These are optional controller features that
158
158
# can be individually enabled ("true") or disabled ("false") by adding key/value
159
159
# pairs below.
160
- featureGates: { }
161
- # featureGate1: true
162
- # featureGate2: false
160
+ featureGates:
161
+ CARMv2: false
You can’t perform that action at this time.
0 commit comments