summaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-23 17:37:09 +0300
committerValery Piashchynski <[email protected]>2020-03-23 17:37:09 +0300
commitc29174509f8119b29fb2d0a2c930184cde857ab8 (patch)
treed4bf1098130cbfe9f7c074830c7ed958e8da996e /protocol.go
parent58cbe1ce302ebf5e61ed6ff766bf1b7b08bf2d0b (diff)
Update to v2
Diffstat (limited to 'protocol.go')
-rw-r--r--protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.go b/protocol.go
index b2836289..b00eb2a4 100644
--- a/protocol.go
+++ b/protocol.go
@@ -3,7 +3,7 @@ package roadrunner
import (
"fmt"
json "github.com/json-iterator/go"
- "github.com/spiral/goridge"
+ "github.com/spiral/goridge/v2"
"os"
)