From 470ed8a039bd59e092a02f75db052e3f6ca75370 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 22 Apr 2022 08:47:38 -0500 Subject: [PATCH] services: fix imports --- command/service_info.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command/service_info.go b/command/service_info.go index bd9cb5df04ae..7a798f83d090 100644 --- a/command/service_info.go +++ b/command/service_info.go @@ -2,7 +2,9 @@ package command import ( "fmt" + "net" "sort" + "strconv" "strings" "github.com/hashicorp/nomad/api"