Changing paths to refer to gorealis v2 in order for dependencies to be correct.

This commit is contained in:
Renan DelValle 2018-12-27 10:09:22 -08:00
parent acbe9ad9e5
commit 51597ecb32
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
18 changed files with 57 additions and 26 deletions

View file

@ -20,7 +20,7 @@ import (
"testing"
"time"
realis "github.com/paypal/gorealis"
realis "github.com/paypal/gorealis/v2"
"github.com/stretchr/testify/assert"
)