Skip to content

Commit

Permalink
chore: update connector and operator
Browse files Browse the repository at this point in the history
Import v1.0.0-alpha migration
  • Loading branch information
jvallesm committed Feb 7, 2024
1 parent 67e2a4f commit a490f9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
github.com/iancoleman/strcase v0.2.0
github.com/influxdata/influxdb-client-go/v2 v2.12.3
github.com/instill-ai/component v0.10.0-beta.0.20240205022655-5cbfb4402c3c
github.com/instill-ai/connector v0.11.0-beta
github.com/instill-ai/operator v0.7.0-beta
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240129095403-f1a432594183
github.com/instill-ai/component v0.10.0-beta.0.20240206082535-b067f9cbaa98
github.com/instill-ai/connector v0.11.0-beta.0.20240207133157-726325c9581a
github.com/instill-ai/operator v0.7.0-beta.0.20240207133326-37a23465a6eb
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240206062817-a862071d8ece
github.com/instill-ai/usage-client v0.2.4-alpha.0.20240123081026-6c78d9a5197a
github.com/instill-ai/x v0.3.0-alpha.0.20231219052200-6230a89e386c
github.com/knadh/koanf v1.5.0
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1185,14 +1185,14 @@ 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.10.0-beta.0.20240205022655-5cbfb4402c3c h1:pYhntc26uzfztn/+H+kjM9QQWec2M6PtMdPaALtmZzM=
github.com/instill-ai/component v0.10.0-beta.0.20240205022655-5cbfb4402c3c/go.mod h1:Vx/D38SiH2gukPSI6FCr6wnhofPSapL0V3uxDHbUyi8=
github.com/instill-ai/connector v0.11.0-beta h1:ePxDwZjSvD3MNFFuVLEjvGP57Fla9zQIfcn2dRCZ5Cg=
github.com/instill-ai/connector v0.11.0-beta/go.mod h1:AjVL7ayoCcHu6FMsnQhBXz/KP0CTbgoWVXRQnn2uc90=
github.com/instill-ai/operator v0.7.0-beta h1:4b2wIVB/izcuB4yFwy+I2dijmhd15FXWy/57wvPeqro=
github.com/instill-ai/operator v0.7.0-beta/go.mod h1:GSK6v9D6qrlvmwKEvUwvbhTbK4N3AvCjC8FNOQqB+eI=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240129095403-f1a432594183 h1:5g345n40sZzqTqNhT6LhdTXrV52lZXaiIRPCdLhsayY=
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20240129095403-f1a432594183/go.mod h1:jhEL0SauySMoPLVvx105DWyThju9sYTbsXIySVCArmM=
github.com/instill-ai/component v0.10.0-beta.0.20240206082535-b067f9cbaa98 h1:3B9NVpATwjMuOXA3YXDcofZXZscaezxZir4D1NbGQFw=
github.com/instill-ai/component v0.10.0-beta.0.20240206082535-b067f9cbaa98/go.mod h1:THyROt2dqqge2lDc+PVzm/+LueG4dBtxpLzSjl+T83A=
github.com/instill-ai/connector v0.11.0-beta.0.20240207133157-726325c9581a h1:u3a/krx2kqYb6suVgHgSZ5iUGkckXMZjwHlFYIGO1S4=
github.com/instill-ai/connector v0.11.0-beta.0.20240207133157-726325c9581a/go.mod h1:qQP1R8wwjmGREf9+hWdp0Qe8uSLZGZvMJN/ucPt60J8=
github.com/instill-ai/operator v0.7.0-beta.0.20240207133326-37a23465a6eb h1:JzmbQQ5LXhrMTWS6H2F1B2tqO7r7bk8+3jdueUTR4Pw=
github.com/instill-ai/operator v0.7.0-beta.0.20240207133326-37a23465a6eb/go.mod h1:9MPiFaWK0EgJN7AB8xGRNK+3JDAXBjFeGH91erXnEdM=
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/usage-client v0.2.4-alpha.0.20240123081026-6c78d9a5197a h1:gmy8BcCFDZQan40c/D3f62DwTYtlCwi0VrSax+pKffw=
github.com/instill-ai/usage-client v0.2.4-alpha.0.20240123081026-6c78d9a5197a/go.mod h1:EpX3Yr661uWULtZf5UnJHfr5rw2PDyX8ku4Kx0UtYFw=
github.com/instill-ai/x v0.3.0-alpha.0.20231219052200-6230a89e386c h1:a2RVkpIV2QcrGnSHAou+t/L+vBsaIfFvk5inVg5Uh4s=
Expand Down

0 comments on commit a490f9c

Please sign in to comment.