summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/http/attributes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/attributes.go b/service/http/attributes.go
index 3db538db..acea38a1 100644
--- a/service/http/attributes.go
+++ b/service/http/attributes.go
@@ -3,7 +3,7 @@ package http
import (
"context"
"net/http"
- "github.com/go-errors/errors"
+ "errors"
)
const contextKey = "psr:attributes"