fix(import): switch sse import from gopkg to github

This commit is contained in:
Javier Provecho Fernandez
2017-06-27 23:17:02 +02:00
parent dc016d0bcb
commit 9a79e3f144
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ import (
"strings"
"testing"
"github.com/gin-contrib/sse"
"github.com/stretchr/testify/assert"
"gopkg.in/gin-contrib/sse.v0"
)
func TestMiddlewareGeneralCase(t *testing.T) {