mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
context -> golang.org/x/net/context
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package runner
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
@@ -14,6 +13,7 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/iron-io/functions/api/models"
|
||||
"github.com/iron-io/functions/api/mqs"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
func getMockTask() models.Task {
|
||||
|
||||
Reference in New Issue
Block a user