Skip to content

Commit

Permalink
chore(component): update dependency (#648)
Browse files Browse the repository at this point in the history
Because

- we fix bugs in component

This commit

- update dependency
  • Loading branch information
chuang8511 authored Sep 11, 2024
1 parent 32dd09b commit 4e9d9e9
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 @@ -18,7 +18,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
github.com/iancoleman/strcase v0.3.0
github.com/influxdata/influxdb-client-go/v2 v2.12.3
github.com/instill-ai/component v0.27.0-beta
github.com/instill-ai/component v0.27.1-beta
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240905055017-a91e02faf276
github.com/instill-ai/usage-client v0.2.4-alpha.0.20240123081026-6c78d9a5197a
github.com/instill-ai/x v0.4.0-alpha
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,8 @@ github.com/influxdata/influxdb-client-go/v2 v2.12.3 h1:28nRlNMRIV4QbtIUvxhWqaxn0
github.com/influxdata/influxdb-client-go/v2 v2.12.3/go.mod h1:IrrLUbCjjfkmRuaCiGQg4m2GbkaeJDcuWoxiWdQEbA0=
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU=
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
github.com/instill-ai/component v0.27.0-beta h1:KCxuYWKOvGVUX3SuuYFvoCXG0lmfJ04huY1Bg2/HLz4=
github.com/instill-ai/component v0.27.0-beta/go.mod h1:n6B5jgGzO21jJYoynNWo4yj6P14Ms6Ywvy6Dggu6Tws=
github.com/instill-ai/component v0.27.1-beta h1:WKjLzSelFARt4YtCjdc/ZPSK8Y8T6p3seJ3cbvWGMGs=
github.com/instill-ai/component v0.27.1-beta/go.mod h1:n6B5jgGzO21jJYoynNWo4yj6P14Ms6Ywvy6Dggu6Tws=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240905055017-a91e02faf276 h1:5Xom2Y9fxC0dAJCF+FM5g6XM9NjhsJ0VXjHPiqM3xjU=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240905055017-a91e02faf276/go.mod h1:2blmpUwiTwxIDnrjIqT6FhR5ewshZZF554wzjXFvKpQ=
github.com/instill-ai/usage-client v0.2.4-alpha.0.20240123081026-6c78d9a5197a h1:gmy8BcCFDZQan40c/D3f62DwTYtlCwi0VrSax+pKffw=
Expand Down

0 comments on commit 4e9d9e9

Please sign in to comment.