Changed a package URL
This commit is contained in:
@ -8,9 +8,9 @@ import (
|
||||
"os"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/alex-savin/go-receipt-tracker/bus"
|
||||
"github.com/alex-savin/go-receipt-tracker/config"
|
||||
"github.com/alex-savin/go-receipt-tracker/utils"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/bus"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/config"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/utils"
|
||||
"github.com/liushuangls/go-anthropic/v2"
|
||||
)
|
||||
|
||||
|
@ -6,8 +6,8 @@ import (
|
||||
"log/slog"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/alex-savin/go-receipt-tracker/bus"
|
||||
"github.com/alex-savin/go-receipt-tracker/config"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/bus"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/config"
|
||||
"github.com/google/generative-ai-go/genai"
|
||||
"google.golang.org/api/option"
|
||||
)
|
||||
|
@ -5,9 +5,9 @@ import (
|
||||
"log/slog"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/alex-savin/go-receipt-tracker/bus"
|
||||
"github.com/alex-savin/go-receipt-tracker/config"
|
||||
"github.com/alex-savin/go-receipt-tracker/utils"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/bus"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/config"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/utils"
|
||||
"github.com/sashabaranov/go-openai"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user