From 41e2246964710e7cda798c71681418c94b27c7df Mon Sep 17 00:00:00 2001 From: Megan O'Keefe Date: Sat, 15 Feb 2020 16:59:17 -0500 Subject: [PATCH] fix productcatalog dependencies --- src/productcatalogservice/server.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/productcatalogservice/server.go b/src/productcatalogservice/server.go index 3a41e0f..a7206a5 100644 --- a/src/productcatalogservice/server.go +++ b/src/productcatalogservice/server.go @@ -23,6 +23,7 @@ import ( "net" "os" "os/signal" + "strconv" "strings" "sync" "syscall" @@ -53,6 +54,7 @@ var ( port = "3550" reloadCatalog bool + ocStats bool ) func init() {