From b9e1617337bc10e65edcd5a8058d592af2ca3d62 Mon Sep 17 00:00:00 2001 From: phuhung273 Date: Thu, 26 Dec 2024 15:17:50 +0000 Subject: [PATCH] cleanup --- cmd/node-termination-handler.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/node-termination-handler.go b/cmd/node-termination-handler.go index a317c3b4..238a5b7a 100644 --- a/cmd/node-termination-handler.go +++ b/cmd/node-termination-handler.go @@ -23,8 +23,6 @@ import ( "syscall" "time" - "github.com/aws/aws-node-termination-handler/pkg/monitor/asglifecycle" - "github.com/aws/aws-node-termination-handler/pkg/config" "github.com/aws/aws-node-termination-handler/pkg/ec2metadata" "github.com/aws/aws-node-termination-handler/pkg/interruptionevent/asg/launch"