diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/roadrunner.go | 2 | ||||
-rw-r--r-- | lib/roadrunner_test.go | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go index 0353ae83..8a505c3f 100644 --- a/lib/roadrunner.go +++ b/lib/roadrunner.go @@ -4,7 +4,7 @@ import ( "fmt" "runtime/debug" - configImpl "github.com/roadrunner-server/config/v2" + configImpl "github.com/roadrunner-server/config/v3" endure "github.com/roadrunner-server/endure/pkg/container" "github.com/roadrunner-server/endure/pkg/fsm" "github.com/roadrunner-server/roadrunner/v2/container" diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go index 64655189..7f6bcbca 100644 --- a/lib/roadrunner_test.go +++ b/lib/roadrunner_test.go @@ -6,7 +6,6 @@ import ( "time" "github.com/roadrunner-server/endure/pkg/fsm" - "github.com/roadrunner-server/informer/v2" "github.com/roadrunner-server/resetter/v2" "github.com/roadrunner-server/roadrunner/v2/lib" "github.com/stretchr/testify/assert" |