mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rewrite imports to use forks files on gitlab not use githubs.
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/boltdb/bolt"
|
||||
"github.com/treeder/functions/api/models"
|
||||
"github.com/treeder/functions/api/datastore/internal/datastoreutil"
|
||||
"gitlab.oracledx.com/odx/functions/api/models"
|
||||
"gitlab.oracledx.com/odx/functions/api/datastore/internal/datastoreutil"
|
||||
)
|
||||
|
||||
type BoltDatastore struct {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/treeder/functions/api/datastore/internal/datastoretest"
|
||||
"gitlab.oracledx.com/odx/functions/api/datastore/internal/datastoretest"
|
||||
)
|
||||
|
||||
const tmpBolt = "/tmp/func_test_bolt.db"
|
||||
|
||||
Reference in New Issue
Block a user