From 8c2cfb01e3c17ae15b3abf40d0784d1354673f53 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Fri, 5 Sep 2025 21:45:30 +0300 Subject: [PATCH] plugin/etcd: fix import order for ttl test (#7515) --- plugin/etcd/ttl_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/etcd/ttl_test.go b/plugin/etcd/ttl_test.go index 6dd346bb7..44e76428f 100644 --- a/plugin/etcd/ttl_test.go +++ b/plugin/etcd/ttl_test.go @@ -4,6 +4,7 @@ import ( "testing" "github.com/coredns/coredns/plugin/etcd/msg" + "go.etcd.io/etcd/api/v3/mvccpb" )