out with the old (address) in with the new (address)

This commit is contained in:
Renan DelValle 2017-10-12 17:07:43 -07:00
parent 8a4a9bdb8c
commit a1350c6d55
13 changed files with 26 additions and 26 deletions

View file

@ -22,9 +22,9 @@ import (
"time"
"github.com/rdelval/gorealis"
"github.com/rdelval/gorealis/gen-go/apache/aurora"
"github.com/rdelval/gorealis/response"
"github.com/paypal/gorealis"
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/paypal/gorealis/response"
"strings"
)

View file

@ -18,7 +18,7 @@ import (
"encoding/json"
"flag"
"fmt"
"github.com/rdelval/gorealis"
"github.com/paypal/gorealis"
"os"
)