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

Commit 0b3582d

Browse files
committed
chore(deps): update component pkg to fix jsonref problem
1 parent 6d02de5 commit 0b3582d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/ghodss/yaml v1.0.0
1212
github.com/gofrs/uuid v4.4.0+incompatible
1313
github.com/h2non/filetype v1.1.3
14-
github.com/instill-ai/component v0.6.1-alpha.0.20231106053049-a7d08f3cab53
14+
github.com/instill-ai/component v0.6.1-alpha.0.20231106092458-e4a7b537a08e
1515
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20231019202606-71607ddcd93f
1616
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
1717
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2 h1:I/pwhnUln5wbMnTyRbzswA0/JxpK
124124
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2/go.mod h1:lsuH8kb4GlMdSlI4alNIBBSAt5CHJtg3i+0WuN9J5YM=
125125
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
126126
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
127-
github.com/instill-ai/component v0.6.1-alpha.0.20231106053049-a7d08f3cab53 h1:1Tiwdu5eUl8WBouaZyvH6leKTE2YOHYD6zkjkJ92JMg=
128-
github.com/instill-ai/component v0.6.1-alpha.0.20231106053049-a7d08f3cab53/go.mod h1:crtctDOgLbxGzFXNhO8Sx3VNrjdup0F/LQlSmLixFzo=
127+
github.com/instill-ai/component v0.6.1-alpha.0.20231106092458-e4a7b537a08e h1:fEKsQ9ZCGoWLkLm6BBArFUj4zcMU6ngTFj3eNywSLrI=
128+
github.com/instill-ai/component v0.6.1-alpha.0.20231106092458-e4a7b537a08e/go.mod h1:aQfeKtOn74cRQJOxvua1mQGpecasDaD+l46C60ILgdA=
129129
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20231019202606-71607ddcd93f h1:hweU93u6qsg8GH/YSogOfa+wOZEnkilGsijcy1xKX7E=
130130
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20231019202606-71607ddcd93f/go.mod h1:q/YL5TZXD9nvmJ7Rih4gY3/B2HT2+GiFdxeZp9D+yE4=
131131
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=

0 commit comments

Comments
 (0)