diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:39:27 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-23 17:39:27 +0300 |
commit | 7b2e5d9ffcffd539cbff431855b775f1f8901f73 (patch) | |
tree | d4bf1098130cbfe9f7c074830c7ed958e8da996e /protocol.go | |
parent | fd75d6c2289ca06a3e42b324f2d03ae88c306408 (diff) | |
parent | c29174509f8119b29fb2d0a2c930184cde857ab8 (diff) |
Merge pull request #289 from spiral/rr_1.7.0v1.7.0
Update to v2
Diffstat (limited to 'protocol.go')
-rw-r--r-- | protocol.go | 2 |
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" ) |