Change location of gorealis to point to auora-scheduler repository.

This commit is contained in:
Renan DelValle 2020-02-19 12:07:15 -08:00
parent d3295a8729
commit debe608b8a
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
15 changed files with 18 additions and 18 deletions

View file

@ -20,7 +20,7 @@ import (
yaml "gopkg.in/yaml.v2"
realis "github.com/paypal/gorealis/v2"
realis "github.com/aurora-scheduler/gorealis/v2"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)