summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/roadrunner.go4
-rw-r--r--lib/roadrunner_test.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go
index 7f2d32a2..21504f04 100644
--- a/lib/roadrunner.go
+++ b/lib/roadrunner.go
@@ -6,12 +6,12 @@ import (
configImpl "github.com/roadrunner-server/config/v4"
"github.com/roadrunner-server/endure/v2"
- "github.com/roadrunner-server/roadrunner/v2023/container"
+ "github.com/roadrunner-server/roadrunner/v2024/container"
)
const (
rrPrefix string = "rr"
- rrModule string = "github.com/roadrunner-server/roadrunner/v2023"
+ rrModule string = "github.com/roadrunner-server/roadrunner/v2024"
)
type RR struct {
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go
index c7a1a4b5..a45365ad 100644
--- a/lib/roadrunner_test.go
+++ b/lib/roadrunner_test.go
@@ -7,7 +7,7 @@ import (
"github.com/roadrunner-server/informer/v4"
"github.com/roadrunner-server/resetter/v4"
- "github.com/roadrunner-server/roadrunner/v2023/lib"
+ "github.com/roadrunner-server/roadrunner/v2024/lib"
"github.com/stretchr/testify/assert"
)