diff options
author | Valery Piashchynski <[email protected]> | 2020-11-02 12:12:11 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-02 12:12:11 +0300 |
commit | edc45b3e24afdb5e56e74ffbbbd50e0e3b04922b (patch) | |
tree | c772690235392b8393117f2976b7aeb9210f3d49 /plugins/rpc/rpc.go | |
parent | 0622706128f8d9ac381dee49aa4a74fe9b7904b5 (diff) | |
parent | ba39499332aee7af9d237774a2b9e786a04f7736 (diff) |
Merge pull request #380 from spiral/feature/switch_to_spiral_errors
Switch from Endure errors to the Spiral errors package
Diffstat (limited to 'plugins/rpc/rpc.go')
-rwxr-xr-x | plugins/rpc/rpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rpc/rpc.go b/plugins/rpc/rpc.go index d272fc72..f299bd55 100755 --- a/plugins/rpc/rpc.go +++ b/plugins/rpc/rpc.go @@ -6,7 +6,7 @@ import ( "go.uber.org/zap" "github.com/spiral/endure" - "github.com/spiral/endure/errors" + "github.com/spiral/errors" "github.com/spiral/goridge/v2" "github.com/spiral/roadrunner/v2/plugins/config" ) |