Skip to content

Commit

Permalink
Merge pull request #47 from ripienaar/45
Browse files Browse the repository at this point in the history
(#45) use Choria 0.5.0 and the new extracted mcorpc
  • Loading branch information
ripienaar authored Jul 23, 2018
2 parents f786232 + 98cf64d commit 0894394
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
4 changes: 2 additions & 2 deletions backplane/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"time"

"github.com/choria-io/go-choria/choria"
"github.com/choria-io/go-choria/mcorpc"
"github.com/choria-io/go-choria/mcorpc/ddl/agent"
"github.com/choria-io/go-choria/server/agents"
"github.com/choria-io/mcorpc-agent-provider/mcorpc"
"github.com/choria-io/mcorpc-agent-provider/mcorpc/ddl/agent"
)

// Pausable is a service that can be paused
Expand Down
2 changes: 1 addition & 1 deletion backplane/backplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"fmt"
"sync"

"github.com/choria-io/go-choria/mcorpc"
"github.com/choria-io/go-choria/server"
"github.com/choria-io/mcorpc-agent-provider/mcorpc"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion backplane/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"sync"

gorpc "github.com/choria-io/go-choria/mcorpc/golang"
"github.com/choria-io/go-choria/server"
gorpc "github.com/choria-io/mcorpc-agent-provider/mcorpc/golang"
)

func (m *Management) startServer(ctx context.Context, wg *sync.WaitGroup) (err error) {
Expand Down
4 changes: 2 additions & 2 deletions cmd/backplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ import (
"time"

"github.com/choria-io/go-backplane/backplane"
"github.com/choria-io/go-choria/mcorpc"
"github.com/choria-io/mcorpc-agent-provider/mcorpc"
"github.com/fatih/color"

"github.com/sirupsen/logrus"

"github.com/choria-io/go-choria/choria"
"github.com/choria-io/go-choria/config"
rpcc "github.com/choria-io/go-choria/mcorpc/client"
"github.com/choria-io/go-client/client"
"github.com/choria-io/go-protocol/protocol"
rpcc "github.com/choria-io/mcorpc-agent-provider/mcorpc/client"

kingpin "gopkg.in/alecthomas/kingpin.v2"
)
Expand Down
31 changes: 17 additions & 14 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: github.com/choria-io/go-backplane
import:
- package: github.com/choria-io/go-choria
version: d199c482ed387e0963918e9d0771de199893f16b
version: 0.5.0
- package: github.com/sirupsen/logrus
version: ^1
- package: gopkg.in/alecthomas/kingpin.v2
Expand Down

0 comments on commit 0894394

Please sign in to comment.