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:
@@ -9,9 +9,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/treeder/functions/api/runner/protocol"
|
||||
"github.com/treeder/functions/api/runner/task"
|
||||
"github.com/treeder/functions/api/runner/drivers"
|
||||
"gitlab.oracledx.com/odx/functions/api/runner/protocol"
|
||||
"gitlab.oracledx.com/odx/functions/api/runner/task"
|
||||
"gitlab.oracledx.com/odx/functions/api/runner/drivers"
|
||||
)
|
||||
|
||||
// hot functions - theory of operation
|
||||
|
||||
Reference in New Issue
Block a user