Correct import path in services/server package
Signed-off-by: Jared Cordasco <jcordasc@coglib.com>
This commit is contained in:
parent
5f4c977ba0
commit
a7af3c13a5
@ -19,7 +19,7 @@ package server
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
srvconfig "github.com/containerd/containerd/server/config"
|
srvconfig "github.com/containerd/containerd/services/server/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
func apply(_ context.Context, _ *srvconfig.Config) error {
|
func apply(_ context.Context, _ *srvconfig.Config) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user