sync - build workin

This commit is contained in:
2025-09-22 18:45:54 -07:00
parent e04cd5160e
commit b98fed177d
110 changed files with 10189 additions and 8337 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth-cli/pkg/garmin"
)
var (

View File

@@ -6,7 +6,7 @@ import (
"golang.org/x/term"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth-cli/pkg/garmin"
"github.com/spf13/cobra"
)

View File

@@ -5,8 +5,8 @@ import (
"log"
"time"
"go-garth/internal/auth/credentials"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/auth/credentials"
"github.com/sstent/go-garth-cli/pkg/garmin"
"github.com/spf13/cobra"
)

View File

@@ -7,8 +7,8 @@ import (
"os"
"time"
"go-garth/internal/auth/credentials"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/auth/credentials"
"github.com/sstent/go-garth-cli/pkg/garmin"
"github.com/spf13/cobra"
)

View File

@@ -4,8 +4,8 @@ import (
"log"
"time"
"go-garth/internal/auth/credentials"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/auth/credentials"
"github.com/sstent/go-garth-cli/pkg/garmin"
"github.com/spf13/cobra"
)

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"log"
"go-garth/internal/auth/credentials"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/auth/credentials"
"github.com/sstent/go-garth-cli/pkg/garmin"
"github.com/spf13/cobra"
)

View File

@@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
"go-garth/internal/config"
"github.com/sstent/go-garth/config"
)
func init() {

View File

@@ -12,9 +12,9 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
"go-garth/internal/data" // Import the data package
types "go-garth/internal/models/types"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/data" // Import the data package
types "github.com/sstent/go-garth/models/types"
"github.com/sstent/go-garth-cli/pkg/garmin"
)
var (

View File

@@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
"go-garth/internal/config"
"github.com/sstent/go-garth/config"
)
var (

View File

@@ -11,8 +11,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
types "go-garth/internal/models/types"
"go-garth/pkg/garmin"
types "github.com/sstent/go-garth/models/types"
"github.com/sstent/go-garth-cli/pkg/garmin"
)
var (