Fetch mesos leader through zookeeper (#19)
Adds support for fetching current Mesos leader through Zookeeper
This commit is contained in:
parent
be6c458f23
commit
2f05111192
3 changed files with 45 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,7 +1,7 @@
|
|||
module github.com/aurora-scheduler/australis
|
||||
|
||||
require (
|
||||
github.com/aurora-scheduler/gorealis/v2 v2.22.1
|
||||
github.com/aurora-scheduler/gorealis/v2 v2.22.2
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/spf13/cobra v1.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue