From d9ed6705dc2db649fc29c95285230c2b6aaebdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= <3977183+jvallesm@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:59:06 +0100 Subject: [PATCH] chore: update component package (#53) Because - Instill Core 0.9.0-beta is being released This commit - Updates component dependencies --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2a8304e..9696d49 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( code.sajari.com/docconv v1.3.8 github.com/fogleman/gg v1.3.0 github.com/gofrs/uuid v4.4.0+incompatible - github.com/instill-ai/component v0.8.0-beta.0.20240112193844-0946e6a23d49 + github.com/instill-ai/component v0.9.0-beta github.com/pkoukk/tiktoken-go v0.1.6 github.com/stretchr/testify v1.8.2 go.uber.org/zap v1.26.0 diff --git a/go.sum b/go.sum index 55c4847..9182e18 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2 h1:I/pwhnUln5wbMnTyRbzswA0/JxpK8sZj0aUfI3TV1So= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2/go.mod h1:lsuH8kb4GlMdSlI4alNIBBSAt5CHJtg3i+0WuN9J5YM= -github.com/instill-ai/component v0.8.0-beta.0.20240112193844-0946e6a23d49 h1:Kc6U1LnA7KgsJkk3kN9RxctsX8C6UKtXRqmi9/eR3VY= -github.com/instill-ai/component v0.8.0-beta.0.20240112193844-0946e6a23d49/go.mod h1:fWyVPJVJ4WyFSQMgWCc7KvcS7m9QpdS3VXCL2CZE8OY= +github.com/instill-ai/component v0.9.0-beta h1:4H3FpbV+OqnbUKGMo7KM86L7fWpb9D7Ze68oUH0OtHY= +github.com/instill-ai/component v0.9.0-beta/go.mod h1:fWyVPJVJ4WyFSQMgWCc7KvcS7m9QpdS3VXCL2CZE8OY= github.com/instill-ai/protogen-go v0.3.3-alpha.0.20231205045546-99b6fc00f67e h1:n9hR63xsrYQ104bj397LwYr3hpu51nAJRYQLdy/S/I0= github.com/instill-ai/protogen-go v0.3.3-alpha.0.20231205045546-99b6fc00f67e/go.mod h1:q/YL5TZXD9nvmJ7Rih4gY3/B2HT2+GiFdxeZp9D+yE4= github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0/go.mod h1:CVKlgaMiht+LXvHG173ujK6JUhZXKb2u/BQtjPDIvyk=