From bc0468dd162ecd8cd9d2cc65ac7e6a93dfd40877 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 15 Feb 2022 18:31:01 +0300 Subject: [PATCH] deps: update dependencies --- tests/disaster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disaster_test.go b/tests/disaster_test.go index 5909dae2..77c079fb 100644 --- a/tests/disaster_test.go +++ b/tests/disaster_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" + "github.com/roadrunner-server/api/v2/state/process" goridgeRpc "github.com/roadrunner-server/goridge/v3/pkg/rpc" - "github.com/roadrunner-server/sdk/v2/state/process" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.temporal.io/sdk/client"