Skip to content

Commit

Permalink
server/play: Use golang.org/x/net/context/ctxhttp package
Browse files Browse the repository at this point in the history
The issue golang/go#21358 has been resolved upstream, so there's
no more need to use a temporary fork of the ctxhttp package.

Also, github.com/shurcooL/go/ctxhttp has been deprecated and will
be deleted, see shurcooL/go@58262d1.
  • Loading branch information
dmitshur committed Nov 14, 2018
1 parent e161171 commit eb95c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/play/get.go
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/dave/services/getter/get"
"github.com/dave/services/getter/gettermsg"
"github.com/dave/services/session"
"github.com/shurcooL/go/ctxhttp"
"golang.org/x/net/context/ctxhttp"
"gopkg.in/src-d/go-billy.v4"
)

Expand Down

0 comments on commit eb95c60

Please sign in to comment.