@@ -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{
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/yourusername/buque/internal/config"
|
||||
"github.com/manalejandro/buque/internal/config"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/yourusername/buque/internal/models"
|
||||
"github.com/manalejandro/buque/internal/models"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/yourusername/buque/internal/models"
|
||||
"github.com/manalejandro/buque/internal/models"
|
||||
)
|
||||
|
||||
// ComposeManager manages Docker Compose operations
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/yourusername/buque/internal/docker"
|
||||
"github.com/yourusername/buque/internal/models"
|
||||
"github.com/manalejandro/buque/internal/docker"
|
||||
"github.com/manalejandro/buque/internal/models"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"sort"
|
||||
"time"
|
||||
|
||||
"github.com/yourusername/buque/internal/docker"
|
||||
"github.com/yourusername/buque/internal/models"
|
||||
"github.com/manalejandro/buque/internal/docker"
|
||||
"github.com/manalejandro/buque/internal/models"
|
||||
)
|
||||
|
||||
// Collector collects and manages container statistics
|
||||
|
||||
Referencia en una nueva incidencia
Block a user