Remove use of deprecated types #72
Annotations
4 errors
Static code analysis:
cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
|
Static code analysis:
cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
|
Static code analysis:
cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
|
Static code analysis
Process completed with exit code 1.
|
Loading