From ce21eed44e7a4254e920a440e02c43322618a8b2 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Wed, 18 Apr 2018 13:09:53 +0100 Subject: [PATCH] golang.org/x/net/context -> context for services PUBLISHED_FROM=d949072799c4d9dae4e440f4d580d52214614f91 --- fw/defs/atca/atca_service.go | 2 +- fw/defs/atca/strict_atca_service.go | 2 +- fw/defs/config/config_service.go | 2 +- fw/defs/config/strict_config_service.go | 2 +- fw/defs/fs/fs_service.go | 2 +- fw/defs/fs/strict_fs_service.go | 2 +- fw/defs/gpio/gpio_service.go | 2 +- fw/defs/gpio/strict_gpio_service.go | 2 +- fw/defs/i2c/i2c_service.go | 2 +- fw/defs/i2c/strict_i2c_service.go | 2 +- fw/defs/ota/ota_service.go | 2 +- fw/defs/ota/strict_ota_service.go | 2 +- fw/defs/sys/strict_sys_service.go | 2 +- fw/defs/sys/sys_service.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/fw/defs/atca/atca_service.go b/fw/defs/atca/atca_service.go index ae0d4776f..02720b958 100644 --- a/fw/defs/atca/atca_service.go +++ b/fw/defs/atca/atca_service.go @@ -6,6 +6,7 @@ package atca import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/atca/strict_atca_service.go b/fw/defs/atca/strict_atca_service.go index d6c7814be..656dd0f5b 100644 --- a/fw/defs/atca/strict_atca_service.go +++ b/fw/defs/atca/strict_atca_service.go @@ -6,6 +6,7 @@ package atca import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/config/config_service.go b/fw/defs/config/config_service.go index 6e83cfb1e..7a9c94d7b 100644 --- a/fw/defs/config/config_service.go +++ b/fw/defs/config/config_service.go @@ -6,6 +6,7 @@ package config import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/config/strict_config_service.go b/fw/defs/config/strict_config_service.go index 0a1e3e3e1..fc025153a 100644 --- a/fw/defs/config/strict_config_service.go +++ b/fw/defs/config/strict_config_service.go @@ -6,6 +6,7 @@ package config import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/fs/fs_service.go b/fw/defs/fs/fs_service.go index db114b711..263ef8911 100644 --- a/fw/defs/fs/fs_service.go +++ b/fw/defs/fs/fs_service.go @@ -6,6 +6,7 @@ package fs import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/fs/strict_fs_service.go b/fw/defs/fs/strict_fs_service.go index fcdd5a37e..32c3d51a0 100644 --- a/fw/defs/fs/strict_fs_service.go +++ b/fw/defs/fs/strict_fs_service.go @@ -6,6 +6,7 @@ package fs import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/gpio/gpio_service.go b/fw/defs/gpio/gpio_service.go index ffa233522..5fdc0e8e1 100644 --- a/fw/defs/gpio/gpio_service.go +++ b/fw/defs/gpio/gpio_service.go @@ -6,6 +6,7 @@ package gpio import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/gpio/strict_gpio_service.go b/fw/defs/gpio/strict_gpio_service.go index b6095065a..e9bb79521 100644 --- a/fw/defs/gpio/strict_gpio_service.go +++ b/fw/defs/gpio/strict_gpio_service.go @@ -6,6 +6,7 @@ package gpio import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/i2c/i2c_service.go b/fw/defs/i2c/i2c_service.go index 0cc71d4e4..307862e61 100644 --- a/fw/defs/i2c/i2c_service.go +++ b/fw/defs/i2c/i2c_service.go @@ -6,6 +6,7 @@ package i2c import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/i2c/strict_i2c_service.go b/fw/defs/i2c/strict_i2c_service.go index 1d9603f82..f79cf4b28 100644 --- a/fw/defs/i2c/strict_i2c_service.go +++ b/fw/defs/i2c/strict_i2c_service.go @@ -6,6 +6,7 @@ package i2c import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/ota/ota_service.go b/fw/defs/ota/ota_service.go index b81993689..443b28fa1 100644 --- a/fw/defs/ota/ota_service.go +++ b/fw/defs/ota/ota_service.go @@ -6,6 +6,7 @@ package ota import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" ) diff --git a/fw/defs/ota/strict_ota_service.go b/fw/defs/ota/strict_ota_service.go index 38dfb1039..6cc60c580 100644 --- a/fw/defs/ota/strict_ota_service.go +++ b/fw/defs/ota/strict_ota_service.go @@ -6,6 +6,7 @@ package ota import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/sys/strict_sys_service.go b/fw/defs/sys/strict_sys_service.go index 60903b52c..90a6d9e8e 100644 --- a/fw/defs/sys/strict_sys_service.go +++ b/fw/defs/sys/strict_sys_service.go @@ -6,6 +6,7 @@ package sys import ( "bytes" + "context" "encoding/json" "fmt" "sync" @@ -15,7 +16,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" "github.com/cesanta/ucl" diff --git a/fw/defs/sys/sys_service.go b/fw/defs/sys/sys_service.go index 9564c01ed..5995c6459 100644 --- a/fw/defs/sys/sys_service.go +++ b/fw/defs/sys/sys_service.go @@ -6,6 +6,7 @@ package sys import ( "bytes" + "context" "encoding/json" "fmt" @@ -14,7 +15,6 @@ import ( "cesanta.com/common/go/ourjson" "cesanta.com/common/go/ourtrace" "github.com/cesanta/errors" - "golang.org/x/net/context" "golang.org/x/net/trace" )