change github

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-11-02 01:41:51 +01:00
padre aff6c82553
commit b3e8d34336
Se han modificado 20 ficheros con 31 adiciones y 31 borrados

Ver fichero

@@ -11,7 +11,7 @@ import (
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/client"
"github.com/yourusername/buque/internal/models"
"github.com/manalejandro/buque/internal/models"
)
// Client wraps Docker client operations

Ver fichero

@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/yourusername/buque/internal/models"
"github.com/manalejandro/buque/internal/models"
)
// ComposeManager manages Docker Compose operations