diff --git a/context_test.go b/context_test.go index 841d8af0..f2375f0c 100644 --- a/context_test.go +++ b/context_test.go @@ -19,7 +19,7 @@ import ( "github.com/gin-contrib/sse" "github.com/stretchr/testify/assert" - "golang.org/x/net/context" + "context" ) var _ context.Context = &Context{}