Rewrite imports to use forks files on gitlab not use githubs.

This commit is contained in:
James
2017-05-16 11:06:32 -07:00
parent 014858143b
commit e4bb04887e
76 changed files with 154 additions and 154 deletions

View File

@@ -9,7 +9,7 @@ import (
"testing"
"time"
"github.com/treeder/functions/api/datastore/internal/datastoretest"
"gitlab.oracledx.com/odx/functions/api/datastore/internal/datastoretest"
)
const tmpPostgres = "postgres://postgres@%v:15432/funcs?sslmode=disable"