Adding version number to imports in several files.

This commit is contained in:
Renan DelValle 2019-01-31 18:15:11 -08:00
parent f7c1b26cfd
commit 5056eff933
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
8 changed files with 10 additions and 8 deletions

View file

@ -4,8 +4,8 @@ import (
"fmt"
"github.com/spf13/pflag"
"github.com/paypal/gorealis"
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/paypal/gorealis/v2"
"github.com/paypal/gorealis/v2/gen-go/apache/aurora"
"github.com/spf13/cobra"
log "github.com/sirupsen/logrus"