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

@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/docker"
"github.com/manalejandro/buque/internal/docker"
)
var upCmd = &cobra.Command{

Ver fichero

@@ -8,7 +8,7 @@ import (
"time"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/models"
"github.com/manalejandro/buque/internal/models"
)
var envCmd = &cobra.Command{

Ver fichero

@@ -5,8 +5,8 @@ import (
"fmt"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/docker"
"github.com/yourusername/buque/internal/models"
"github.com/manalejandro/buque/internal/docker"
"github.com/manalejandro/buque/internal/models"
)
var logsCmd = &cobra.Command{

Ver fichero

@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/proxy"
"github.com/manalejandro/buque/internal/proxy"
)
var proxyCmd = &cobra.Command{

Ver fichero

@@ -5,7 +5,7 @@ import (
"os"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/config"
"github.com/manalejandro/buque/internal/config"
)
var (

Ver fichero

@@ -8,8 +8,8 @@ import (
"time"
"github.com/spf13/cobra"
"github.com/yourusername/buque/internal/models"
"github.com/yourusername/buque/internal/stats"
"github.com/manalejandro/buque/internal/models"
"github.com/manalejandro/buque/internal/stats"
)
var statsCmd = &cobra.Command{

Ver fichero

@@ -1,7 +1,7 @@
package cmd
import (
"github.com/yourusername/buque/internal/models"
"github.com/manalejandro/buque/internal/models"
)
// getEnvironmentsToProcess returns environments to process based on args