aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rs/xhandler/chain.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-04-11 22:14:32 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-04-11 22:14:32 +0800
commit701ac1ce6c8ff9a2c15969baf89466b3995b9a7b (patch)
tree041ca55856738e15bda4ec1f29c131931b981f50 /Godeps/_workspace/src/github.com/rs/xhandler/chain.go
parent8abf06d378e3f6512dfce6e74d76431de024fad7 (diff)
downloadgo-tangerine-701ac1ce6c8ff9a2c15969baf89466b3995b9a7b.tar.gz
go-tangerine-701ac1ce6c8ff9a2c15969baf89466b3995b9a7b.tar.zst
go-tangerine-701ac1ce6c8ff9a2c15969baf89466b3995b9a7b.zip
Godeps: pull in the ethash opencl fix
Diffstat (limited to 'Godeps/_workspace/src/github.com/rs/xhandler/chain.go')
-rw-r--r--Godeps/_workspace/src/github.com/rs/xhandler/chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/rs/xhandler/chain.go b/Godeps/_workspace/src/github.com/rs/xhandler/chain.go
index ffac67e8a..042274d17 100644
--- a/Godeps/_workspace/src/github.com/rs/xhandler/chain.go
+++ b/Godeps/_workspace/src/github.com/rs/xhandler/chain.go
@@ -3,7 +3,7 @@ package xhandler
import (
"net/http"
- "github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/context"
+ "golang.org/x/net/context"
)
// Chain is an helper to chain middleware handlers together for an easier