From 639ef2d5f8e21bab86d0203f7dad90e2de84f93e Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Thu, 29 Feb 2024 13:05:50 +0800 Subject: [PATCH] chore(deps): update component package --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7410408..90538b4 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/gocolly/colly/v2 v2.1.0 github.com/gofrs/uuid v4.4.0+incompatible github.com/h2non/filetype v1.1.3 - github.com/instill-ai/component v0.11.0-beta + github.com/instill-ai/component v0.12.0-beta github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240226101151-03ed57d8f5f7 github.com/instill-ai/x v0.4.0-alpha github.com/redis/go-redis/v9 v9.3.0 diff --git a/go.sum b/go.sum index 4aca1dd..25f6da1 100644 --- a/go.sum +++ b/go.sum @@ -145,8 +145,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2 h1:I/pwhnUln5wbMnTyRbzswA0/JxpK github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2/go.mod h1:lsuH8kb4GlMdSlI4alNIBBSAt5CHJtg3i+0WuN9J5YM= github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg= github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY= -github.com/instill-ai/component v0.11.0-beta h1:dixkrTT6FT9IRVihvWdpWXWG9szUyZ7kcSTc8aShczk= -github.com/instill-ai/component v0.11.0-beta/go.mod h1:THyROt2dqqge2lDc+PVzm/+LueG4dBtxpLzSjl+T83A= +github.com/instill-ai/component v0.12.0-beta h1:v2jJ9xI3m+MDd322c5Zoock9Nwj7mb+aKGKeNwDS8s8= +github.com/instill-ai/component v0.12.0-beta/go.mod h1:Du5OtjOpKWfhUd0IXdsp5bu0FcRXv1gh8pkzMi4UXQ0= github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240226101151-03ed57d8f5f7 h1:h8u5tmkmoHaJy6CpRNZtFLac5x6AGa9PWt2cfK7kH2Y= github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240226101151-03ed57d8f5f7/go.mod h1:jhEL0SauySMoPLVvx105DWyThju9sYTbsXIySVCArmM= github.com/instill-ai/x v0.4.0-alpha h1:zQV2VLbSHjMv6gyBN/2mwwrvWk0/mJM6ZKS12AzjfQg=