Adding ability to start an update (#12)

* Adding ability to start an update.

* Refactoring Job parsing code to be re-usable.
This commit is contained in:
Renán I. Del Valle 2020-05-07 15:40:22 -07:00 committed by GitHub
parent d7db155d88
commit 4806936c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 173 additions and 78 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.0
github.com/aurora-scheduler/gorealis/v2 v2.22.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0