@@ -23,10 +23,10 @@ import (
2323 "github.com/docker/docker/api/types/container"
2424 "github.com/docker/docker/client"
2525 "github.com/imdario/mergo"
26- "github.com/mohammed /lazypodman/pkg/commands/ssh"
27- "github.com/mohammed /lazypodman/pkg/config"
28- "github.com/mohammed /lazypodman/pkg/i18n"
29- "github.com/mohammed /lazypodman/pkg/utils"
26+ "github.com/m7medVision /lazypodman/pkg/commands/ssh"
27+ "github.com/m7medVision /lazypodman/pkg/config"
28+ "github.com/m7medVision /lazypodman/pkg/i18n"
29+ "github.com/m7medVision /lazypodman/pkg/utils"
3030 "github.com/sasha-s/go-deadlock"
3131 "github.com/sirupsen/logrus"
3232)
@@ -159,7 +159,7 @@ func inferComposeProject(config *config.AppConfig) (bool, string) {
159159// negotiation even when WithAPIVersionNegotiation() is specified.
160160// Instead, we explicitly configure only what we need, and rely on proper
161161// API version negotiation to support older Docker daemons.
162- // See https://github.com/mohammed /lazypodman/issues/715
162+ // See https://github.com/m7medVision /lazypodman/issues/715
163163func newDockerClient (dockerHost string ) (* client.Client , error ) {
164164 return client .NewClientWithOpts (
165165 client .WithTLSClientConfigFromEnv (),
0 commit comments