Skip to content

Commit c55285c

Browse files
Merge pull request llm-d-incubation#191 from MikeSpreitzer/tidy
🌱 Did an overlooked go mod tidy
2 parents da31b9b + bd38521 commit c55285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
k8s.io/klog/v2 v2.130.1
1111
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1212
sigs.k8s.io/controller-runtime v0.22.1
13+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0
1314
sigs.k8s.io/yaml v1.6.0
1415
)
1516

@@ -49,5 +50,4 @@ require (
4950
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
5051
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
5152
sigs.k8s.io/randfill v1.0.0 // indirect
52-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
5353
)

0 commit comments

Comments
 (0)