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"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
@ -53,6 +54,7 @@ var (
|
||||||
port = "3550"
|
port = "3550"
|
||||||
|
|
||||||
reloadCatalog bool
|
reloadCatalog bool
|
||||||
|
ocStats bool
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue