summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/roadrunner.go2
-rw-r--r--lib/roadrunner_test.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go
index d500dc66..b377a83d 100644
--- a/lib/roadrunner.go
+++ b/lib/roadrunner.go
@@ -4,7 +4,7 @@ import (
"fmt"
"runtime/debug"
- configImpl "github.com/roadrunner-server/config/v3"
+ configImpl "github.com/roadrunner-server/config/v4"
"github.com/roadrunner-server/endure/v2"
"github.com/roadrunner-server/roadrunner/v2/container"
)
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go
index d25e7380..7a932b7e 100644
--- a/lib/roadrunner_test.go
+++ b/lib/roadrunner_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"time"
- "github.com/roadrunner-server/informer/v3"
- "github.com/roadrunner-server/resetter/v3"
+ "github.com/roadrunner-server/informer/v4"
+ "github.com/roadrunner-server/resetter/v4"
"github.com/roadrunner-server/roadrunner/v2/lib"
"github.com/stretchr/testify/assert"
)