From b15ff5ce3aaaffa7c1e7d313fa7b612112e13e01 Mon Sep 17 00:00:00 2001 From: Carlos C Date: Tue, 4 Oct 2016 19:01:57 +0200 Subject: [PATCH] context -> golang.org/x/net/context --- api/runner/async_runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/runner/async_runner_test.go b/api/runner/async_runner_test.go index 99d972b03..8441413d1 100644 --- a/api/runner/async_runner_test.go +++ b/api/runner/async_runner_test.go @@ -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 {