chaned go mod name

This commit is contained in:
2025-09-21 18:56:33 -07:00
parent 9d1566cfdf
commit 2f83ed2cf2
41 changed files with 551 additions and 81 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/pkg/garmin"
)
var (

View File

@@ -6,7 +6,7 @@ import (
"golang.org/x/term"
"go-garth/pkg/garmin"
"github.com/sstent/go-garth/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/internal/auth/credentials"
"github.com/sstent/go-garth/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/internal/auth/credentials"
"github.com/sstent/go-garth/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/internal/auth/credentials"
"github.com/sstent/go-garth/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/internal/auth/credentials"
"github.com/sstent/go-garth/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/internal/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/internal/data" // Import the data package
types "github.com/sstent/go-garth/internal/models/types"
"github.com/sstent/go-garth/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/internal/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/internal/models/types"
"github.com/sstent/go-garth/pkg/garmin"
)
var (