From b8d01c55110c2153f9cb93af7c9027aa58c697f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:05:49 -0300 Subject: [PATCH] Update algorithm.go --- src/core/algorithm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/algorithm.go b/src/core/algorithm.go index 8471d16..1dcc2d8 100644 --- a/src/core/algorithm.go +++ b/src/core/algorithm.go @@ -5,7 +5,7 @@ import ( "math/rand" openai "github.com/openai/openai-go" - aperture "github.com/aperture-io/api-go" + aperture "github.com/lightninglabs/aperture" ) type Channel struct {