chore: fix go.mod module (#2635)

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
This commit is contained in:
Sertaç Özercan 2024-06-23 01:24:36 -07:00 committed by GitHub
parent eb4cd78ca6
commit 5866fc8ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 454 additions and 496 deletions

View file

@ -10,10 +10,10 @@ import (
"strings"
"time"
grpc "github.com/go-skynet/LocalAI/pkg/grpc"
"github.com/go-skynet/LocalAI/pkg/library"
"github.com/go-skynet/LocalAI/pkg/xsysinfo"
"github.com/klauspost/cpuid/v2"
grpc "github.com/mudler/LocalAI/pkg/grpc"
"github.com/mudler/LocalAI/pkg/library"
"github.com/mudler/LocalAI/pkg/xsysinfo"
"github.com/phayes/freeport"
"github.com/rs/zerolog/log"

View file

@ -8,11 +8,11 @@ import (
"strings"
"sync"
"github.com/go-skynet/LocalAI/pkg/templates"
"github.com/mudler/LocalAI/pkg/templates"
"github.com/go-skynet/LocalAI/pkg/functions"
"github.com/go-skynet/LocalAI/pkg/grpc"
"github.com/go-skynet/LocalAI/pkg/utils"
"github.com/mudler/LocalAI/pkg/functions"
"github.com/mudler/LocalAI/pkg/grpc"
"github.com/mudler/LocalAI/pkg/utils"
process "github.com/mudler/go-processmanager"
"github.com/rs/zerolog/log"

View file

@ -1,8 +1,8 @@
package model_test
import (
"github.com/go-skynet/LocalAI/pkg/model"
. "github.com/go-skynet/LocalAI/pkg/model"
"github.com/mudler/LocalAI/pkg/model"
. "github.com/mudler/LocalAI/pkg/model"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

View file

@ -3,7 +3,7 @@ package model
import (
"context"
pb "github.com/go-skynet/LocalAI/pkg/grpc/proto"
pb "github.com/mudler/LocalAI/pkg/grpc/proto"
)
type Options struct {