diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /internal/container/container.go | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal/container/container.go')
-rw-r--r-- | internal/container/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/container/container.go b/internal/container/container.go index aa767b2e..25ba6326 100644 --- a/internal/container/container.go +++ b/internal/container/container.go @@ -1,7 +1,7 @@ package container import ( - endure "github.com/spiral/endure/pkg/container" + endure "github.com/roadrunner-server/endure/pkg/container" ) // NewContainer creates endure container with all required options (based on container Config). Logger is nil by |