Skip to content

Commit f8b194b

Browse files
committed
minor
1 parent 1349004 commit f8b194b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/spf13/pflag v1.0.10
1212
google.golang.org/grpc v1.72.2
1313
google.golang.org/protobuf v1.36.8
14+
k8s.io/apimachinery v0.35.1
1415
k8s.io/component-base v0.35.1
1516
k8s.io/klog/v2 v2.140.0
1617
)
@@ -42,7 +43,6 @@ require (
4243
golang.org/x/text v0.34.0 // indirect
4344
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
4445
gopkg.in/inf.v0 v0.9.1 // indirect
45-
k8s.io/apimachinery v0.35.1 // indirect
4646
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
4747
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
4848
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect

metis/pkg/daemon/daemon_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func TestAdaptiveIpamServer_AllocatePodIP_RetryOnDBError(t *testing.T) {
324324

325325
network := "test-network"
326326
cidr := "10.0.1.0/24"
327-
327+
328328
if err := storeInstance.AddCIDR(context.Background(), network, cidr); err != nil {
329329
t.Fatalf("Failed to add CIDR: %v", err)
330330
}

0 commit comments

Comments
 (0)