Skip to content

Commit

Permalink
Merge pull request #611 from meroxa/update-vendor
Browse files Browse the repository at this point in the history
Update meroxa-go vendor
  • Loading branch information
dianadoherty committed Jan 31, 2023
2 parents 531bcc8 + e72831a commit 74e3b9e
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 31 deletions.
2 changes: 1 addition & 1 deletion cmd/meroxa/root/resources/create.go
Expand Up @@ -147,7 +147,7 @@ func (c *Create) Execute(ctx context.Context) error {
var env string

input := meroxa.CreateResourceInput{
Type: meroxa.ResourceType(c.flags.Type),
Type: meroxa.ResourceTypeName(c.flags.Type),
Name: c.args.Name,
URL: c.flags.URL,
Metadata: nil,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -13,7 +13,7 @@ require (
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/meroxa/meroxa-go v0.0.0-20230130142300-e99165dbd53f
github.com/meroxa/meroxa-go v0.0.0-20230131021048-dbe05285bcfb
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/rivo/uniseg v0.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -536,8 +536,8 @@ github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lL
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2/go.mod h1:eD9eIE7cdwcMi9rYluz88Jz2VyhSmden33/aXg4oVIY=
github.com/meroxa/meroxa-go v0.0.0-20230130142300-e99165dbd53f h1:ZvvLmUiTzEaVMuF3YFrMgGhF6JjvRl4Fluy53VQdJqM=
github.com/meroxa/meroxa-go v0.0.0-20230130142300-e99165dbd53f/go.mod h1:OdTP4P/yHcTAqOE86kDXoTTLqC1Vj+/PFMG41kOcmhI=
github.com/meroxa/meroxa-go v0.0.0-20230131021048-dbe05285bcfb h1:wLtqo5j3e5EG6QmZT417ZRfG4Yp8D0djaGcmSJ545FM=
github.com/meroxa/meroxa-go v0.0.0-20230131021048-dbe05285bcfb/go.mod h1:OdTP4P/yHcTAqOE86kDXoTTLqC1Vj+/PFMG41kOcmhI=
github.com/meroxa/turbine-core v0.0.0-20230113145603-c7b1554653fa h1:addv/qyR+R6fqHBrJMf4sLp52BAfk4rf88f58aul1hw=
github.com/meroxa/turbine-core v0.0.0-20230113145603-c7b1554653fa/go.mod h1:zhJZykOx6X/L2OKNv8a2P0w7LrwXv3nLh0BLIzfrUh8=
github.com/meroxa/turbine-go v1.0.0 h1:5/mLoRbtdefpcC35fG3YZioz1qgrlaHOKh56n2hJ9lQ=
Expand Down
10 changes: 5 additions & 5 deletions vendor/github.com/meroxa/meroxa-go/pkg/meroxa/application.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/meroxa/meroxa-go/pkg/meroxa/meroxa.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/meroxa/meroxa-go/pkg/meroxa/resource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

140 changes: 121 additions & 19 deletions vendor/github.com/meroxa/meroxa-go/pkg/meroxa/resource_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/meroxa/meroxa-go/pkg/mock/mock_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -197,7 +197,7 @@ github.com/mattn/go-runewidth
# github.com/mattn/go-shellwords v1.0.12
## explicit; go 1.13
github.com/mattn/go-shellwords
# github.com/meroxa/meroxa-go v0.0.0-20230130142300-e99165dbd53f
# github.com/meroxa/meroxa-go v0.0.0-20230131021048-dbe05285bcfb
## explicit; go 1.17
github.com/meroxa/meroxa-go/pkg/meroxa
github.com/meroxa/meroxa-go/pkg/mock
Expand Down

0 comments on commit 74e3b9e

Please sign in to comment.