fix productcatalog dependencies

This commit is contained in:
Megan O'Keefe 2020-02-15 16:59:17 -05:00
parent 8bc3a86b97
commit 41e2246964

View file

@ -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() {