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

@ -17,8 +17,8 @@ package cmd
import (
"fmt"
realis "github.com/paypal/gorealis/v2"
"github.com/paypal/gorealis/v2/gen-go/apache/aurora"
realis "github.com/aurora-scheduler/gorealis/v2"
"github.com/aurora-scheduler/gorealis/v2/gen-go/apache/aurora"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)