Moving repository to aurora-scheduler organization.

This commit is contained in:
Renan DelValle 2020-02-19 11:37:11 -08:00
parent 3a6a93f946
commit d7091da57d
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
17 changed files with 22 additions and 20 deletions

View file

@ -22,8 +22,8 @@ import (
"testing"
"time"
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/pkg/errors"
"github.com/stretchr/testify/assert"
)