OSDN Git Service

Merge pull request #466 from Bytom/update-mov
[bytom/vapor.git] / net / http / httperror / httperror.go
index b902c9f..5edc84b 100644 (file)
@@ -6,8 +6,8 @@ import (
        "context"
        "net/http"
 
-       "github.com/vapor/errors"
-       "github.com/vapor/net/http/httpjson"
+       "github.com/bytom/vapor/errors"
+       "github.com/bytom/vapor/net/http/httpjson"
 )
 
 // Info contains a set of error codes to send to the user.