From 24431745e20b89f32eb9637780fde2015f7175c2 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 2275ba176..75809abbf 100644 --- a/command/service_info.go +++ b/command/service_info.go @@ -2,8 +2,10 @@ package command import ( "fmt" + "net" "os" "sort" + "strconv" "strings" "github.com/hashicorp/nomad/api"