mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
[FIX] fix mqcli build bug
This commit is contained in:
parent
f3cddb257e
commit
45a8ce23f5
@ -1,4 +1,3 @@
|
||||
|
||||
// RAINBOND, Application Management Platform
|
||||
// Copyright (C) 2014-2017 Goodrain Co., Ltd.
|
||||
|
||||
@ -20,12 +19,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/goodrain/rainbond/pkg/api/grpc/client"
|
||||
"github.com/goodrain/rainbond/pkg/api/grpc/pb"
|
||||
"context"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/goodrain/rainbond/pkg/mq/api/grpc/client"
|
||||
"github.com/goodrain/rainbond/pkg/mq/api/grpc/pb"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user