Fetch mesos leader through zookeeper (#19)

Adds support for fetching current Mesos leader through Zookeeper
This commit is contained in:
lenhattan86 2020-11-17 12:39:51 -08:00 committed by GitHub
parent be6c458f23
commit 2f05111192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 2 deletions

2
go.mod
View file

@ -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