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

View File

@ -17,9 +17,9 @@ import (
"testing"
"time"
"github.com/gin-contrib/sse"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
"gopkg.in/gin-contrib/sse.v0"
)
var _ context.Context = &Context{}