feat: change repo name
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
utils "github.com/sashabaranov/go-openai/internal"
|
||||
"github.com/sashabaranov/go-openai/internal/test"
|
||||
utils "git.vaala.cloud/VaalaCat/go-openai/internal"
|
||||
"git.vaala.cloud/VaalaCat/go-openai/internal/test"
|
||||
)
|
||||
|
||||
func TestErrorAccumulatorBytes(t *testing.T) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package openai //nolint:testpackage // testing private field
|
||||
|
||||
import (
|
||||
"github.com/sashabaranov/go-openai/internal/test/checks"
|
||||
"git.vaala.cloud/VaalaCat/go-openai/internal/test/checks"
|
||||
|
||||
"bytes"
|
||||
"errors"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"github.com/sashabaranov/go-openai/internal/test/checks"
|
||||
"git.vaala.cloud/VaalaCat/go-openai/internal/test/checks"
|
||||
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
Reference in New Issue
Block a user