mirror of
https://github.com/sstent/go-garth-cli.git
synced 2026-01-25 16:42:48 +00:00
sync - build workin
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/models/types"
|
||||
"go-garth/internal/utils"
|
||||
"github.com/sstent/go-garth/models/types"
|
||||
"github.com/sstent/go-garth/utils"
|
||||
)
|
||||
|
||||
// GetOAuth1Token retrieves an OAuth1 token using the provided ticket
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/auth/oauth"
|
||||
types "go-garth/internal/models/types"
|
||||
"github.com/sstent/go-garth/auth/oauth"
|
||||
types "github.com/sstent/go-garth/models/types"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user