fix productcatalog dependencies
This commit is contained in:
parent
8bc3a86b97
commit
41e2246964
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue