Skip to content

Commit 8f012c6

Browse files
authored
refactor reconciler (#107)
- fail if generator produces duplicate objects - carve out normalizeObjects
1 parent d60a008 commit 8f012c6

File tree

4 files changed

+83
-139
lines changed

4 files changed

+83
-139
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ require (
4141
github.com/go-openapi/jsonpointer v0.20.2 // indirect
4242
github.com/go-openapi/jsonreference v0.20.4 // indirect
4343
github.com/go-openapi/swag v0.22.9 // indirect
44-
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
4544
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4645
github.com/gogo/protobuf v1.3.2 // indirect
4746
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -84,11 +83,9 @@ require (
8483
google.golang.org/appengine v1.6.8 // indirect
8584
google.golang.org/protobuf v1.33.0 // indirect
8685
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
87-
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
8886
gopkg.in/inf.v0 v0.9.1 // indirect
8987
gopkg.in/yaml.v2 v2.4.0 // indirect
9088
gopkg.in/yaml.v3 v3.0.1 // indirect
91-
k8s.io/component-base v0.30.0 // indirect
9289
k8s.io/klog/v2 v2.120.1 // indirect
9390
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
9491
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect

0 commit comments

Comments
 (0)