From 0a28521605e96514b1bb7e12093d5e3edc1d1ded Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 14 Apr 2025 12:57:33 -0400 Subject: swapped https://github.com/google/generative-ai-go for https://github.com/googleapis/go-genai --- plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins.go') diff --git a/plugins.go b/plugins.go index f728e6a..835d694 100644 --- a/plugins.go +++ b/plugins.go @@ -11,7 +11,6 @@ import ( "github.com/ailncode/gluaxmlpath" "github.com/cjoudrey/gluahttp" - "github.com/google/generative-ai-go/genai" "github.com/jackc/pgx/v5" "github.com/kohkimakimoto/gluayaml" gopherjson "github.com/layeh/gopher-json" @@ -20,6 +19,7 @@ import ( "github.com/yuin/gluare" lua "github.com/yuin/gopher-lua" "gitlab.com/megalithic-llc/gluasocket" + "google.golang.org/genai" ) func registerStructAsLuaMetaTable[T any]( -- cgit v1.2.3