Skip to content

Commit

Permalink
route: remove use of golang.org/x/net/context (weaveworks#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier authored and brian-brazil committed Nov 9, 2018
1 parent 7e9e6ca commit 0b1957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/route.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package route

import (
"context"
"net/http"

"github.com/julienschmidt/httprouter"
"golang.org/x/net/context"
)

type param string
Expand Down

0 comments on commit 0b1957f

Please sign in to comment.