summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-07-05 15:49:21 +0200
committerValery Piashchynski <[email protected]>2024-07-05 15:49:21 +0200
commitc0fe37837d1e1d36f0e712810a60107511b4a39a (patch)
tree1e07eaa6ef82bc5f7be6de2beb97953cd9f83839 /lib
parent2b72bebf7e8119a9d160cc10ec182eae022136ff (diff)
chore(deps): update dependencies
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 eb66ebd0..4687b844 100644
--- a/lib/roadrunner.go
+++ b/lib/roadrunner.go
@@ -4,7 +4,7 @@ import (
"fmt"
"runtime/debug"
- configImpl "github.com/roadrunner-server/config/v4"
+ configImpl "github.com/roadrunner-server/config/v5"
"github.com/roadrunner-server/endure/v2"
"github.com/roadrunner-server/roadrunner/v2024/container"
)
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go
index a45365ad..a4e34f31 100644
--- a/lib/roadrunner_test.go
+++ b/lib/roadrunner_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"time"
- "github.com/roadrunner-server/informer/v4"
- "github.com/roadrunner-server/resetter/v4"
+ "github.com/roadrunner-server/informer/v5"
+ "github.com/roadrunner-server/resetter/v5"
"github.com/roadrunner-server/roadrunner/v2024/lib"
"github.com/stretchr/testify/assert"
)