Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cli): Update meroxa-go #116

Merged
merged 1 commit into from
Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/meroxa/meroxa-go v0.0.0-20210408105927-6a0c076e8b0d
github.com/meroxa/meroxa-go v0.0.0-20210412135021-30d283ae0dad
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ github.com/meroxa/meroxa-go v0.0.0-20210406152416-77c2a2c2bd86 h1:2pL7EYYlvMkRFr
github.com/meroxa/meroxa-go v0.0.0-20210406152416-77c2a2c2bd86/go.mod h1:KtaTXPP6L2fv+omflnuihnc8pj7w44jC13M46Wv7T9Q=
github.com/meroxa/meroxa-go v0.0.0-20210408105927-6a0c076e8b0d h1:Os8tHcnls70ZRu9svsN4bkRDdznR75JVLQ/0wS75on0=
github.com/meroxa/meroxa-go v0.0.0-20210408105927-6a0c076e8b0d/go.mod h1:KtaTXPP6L2fv+omflnuihnc8pj7w44jC13M46Wv7T9Q=
github.com/meroxa/meroxa-go v0.0.0-20210412135021-30d283ae0dad h1:fv+3u+g64Q78nH1UUSDEpVsWgCoipTNIzvv9RMT/lJA=
github.com/meroxa/meroxa-go v0.0.0-20210412135021-30d283ae0dad/go.mod h1:KtaTXPP6L2fv+omflnuihnc8pj7w44jC13M46Wv7T9Q=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/meroxa/meroxa-go/resource.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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.10
## explicit
github.com/mattn/go-runewidth
# github.com/meroxa/meroxa-go v0.0.0-20210408105927-6a0c076e8b0d
# github.com/meroxa/meroxa-go v0.0.0-20210412135021-30d283ae0dad
## explicit
github.com/meroxa/meroxa-go
# github.com/mitchellh/go-homedir v1.1.0
Expand Down