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:
@@ -14,11 +14,11 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/auth/sso"
|
||||
"go-garth/internal/errors"
|
||||
types "go-garth/internal/models/types"
|
||||
shared "go-garth/shared/interfaces"
|
||||
models "go-garth/shared/models"
|
||||
"github.com/sstent/go-garth/internal/auth/sso"
|
||||
"github.com/sstent/go-garth/internal/errors"
|
||||
types "github.com/sstent/go-garth/internal/models/types"
|
||||
shared "github.com/sstent/go-garth/shared/interfaces"
|
||||
models "github.com/sstent/go-garth/shared/models"
|
||||
)
|
||||
|
||||
// Client represents the Garmin Connect API client
|
||||
|
||||
Reference in New Issue
Block a user