diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:37:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-23 17:37:09 +0300 |
commit | c29174509f8119b29fb2d0a2c930184cde857ab8 (patch) | |
tree | d4bf1098130cbfe9f7c074830c7ed958e8da996e /protocol_test.go | |
parent | 58cbe1ce302ebf5e61ed6ff766bf1b7b08bf2d0b (diff) |
Update to v2
Diffstat (limited to 'protocol_test.go')
-rw-r--r-- | protocol_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol_test.go b/protocol_test.go index 526945cb..55c603a5 100644 --- a/protocol_test.go +++ b/protocol_test.go @@ -2,7 +2,7 @@ package roadrunner import ( "github.com/pkg/errors" - "github.com/spiral/goridge" + "github.com/spiral/goridge/v2" "github.com/stretchr/testify/assert" "testing" ) |