mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
chaned go mod name
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"golang.org/x/term"
|
||||
|
||||
"go-garth/pkg/garmin"
|
||||
"github.com/sstent/go-garth/pkg/garmin"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user