Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix: use component fix for string values
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Feb 14, 2024
1 parent ff641b6 commit 6f56477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/fogleman/gg v1.3.0
github.com/frankban/quicktest v1.14.6
github.com/gofrs/uuid v4.4.0+incompatible
github.com/instill-ai/component v0.10.0-beta.0.20240212093359-3dbaa03ff708
github.com/instill-ai/component v0.10.0-beta.0.20240214094419-66fea88f30d8
github.com/instill-ai/x v0.4.0-alpha
github.com/itchyny/gojq v0.12.14
github.com/pkoukk/tiktoken-go v0.1.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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.10.0-beta.0.20240212093359-3dbaa03ff708 h1:DFVCYd2GOQ9dYl9RfzJHMuQ+Ga7R/cfHPwp6LvEKfQI=
github.com/instill-ai/component v0.10.0-beta.0.20240212093359-3dbaa03ff708/go.mod h1:THyROt2dqqge2lDc+PVzm/+LueG4dBtxpLzSjl+T83A=
github.com/instill-ai/component v0.10.0-beta.0.20240214094419-66fea88f30d8 h1:cuA2CFzPmfNAukaxjKuqKbO3y7MuPQoPkbCZwThS/DQ=
github.com/instill-ai/component v0.10.0-beta.0.20240214094419-66fea88f30d8/go.mod h1:THyROt2dqqge2lDc+PVzm/+LueG4dBtxpLzSjl+T83A=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240206062817-a862071d8ece h1:Zs8zy+ZgLe8bWRh9E48JaPTB+iS2E7f27OiD0Jjjld8=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240206062817-a862071d8ece/go.mod h1:jhEL0SauySMoPLVvx105DWyThju9sYTbsXIySVCArmM=
github.com/instill-ai/x v0.4.0-alpha h1:zQV2VLbSHjMv6gyBN/2mwwrvWk0/mJM6ZKS12AzjfQg=
Expand Down

0 comments on commit 6f56477

Please sign in to comment.