@@ -16,9 +16,9 @@ import (
"strings"
"time"
+ "github.com/gin-contrib/sse"
"github.com/gin-gonic/gin/binding"
"github.com/gin-gonic/gin/render"
- "gopkg.in/gin-contrib/sse.v0"
)
// Content-Type MIME of the most common data formats
@@ -17,9 +17,9 @@ import (
"testing"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
var _ context.Context = &Context{}
@@ -9,8 +9,8 @@ import (
func TestMiddlewareGeneralCase(t *testing.T) {