mirror of
https://github.com/kataras/iris.git
synced 2025-12-29 07:47:22 +00:00
Remove the golang.org/x/net/context
This commit is contained in:
@@ -8,13 +8,11 @@ import (
|
||||
|
||||
"github.com/kataras/iris/sessions/store"
|
||||
"github.com/valyala/fasthttp"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type (
|
||||
// IContext the interface for the Context
|
||||
IContext interface {
|
||||
context.Context
|
||||
IContextRenderer
|
||||
IContextStorage
|
||||
IContextBinder
|
||||
|
||||
Reference in New Issue
Block a user