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

@ -15,7 +15,7 @@
package realis
import (
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/paypal/gorealis/v2/gen-go/apache/aurora"
)
type Container interface {