Skip to content

Commit

Permalink
chore: update latest meroxa-go
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Apr 19, 2022
1 parent b99b0c6 commit 5ad691a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/meroxa/meroxa-go v0.0.0-20220415221139-f31436f83dca
github.com/meroxa/meroxa-go v0.0.0-20220419000706-05a93c79cc6e
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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ github.com/meroxa/funtime v0.0.0-20220113012133-85e6e898fc73/go.mod h1:K2y2GvcA4
github.com/meroxa/meroxa-go v0.0.0-20220208195203-71ddc3133fab/go.mod h1:HDFszURCM1cOpKE699o5Hs0T2tEIXqY+vFcsur3RiwY=
github.com/meroxa/meroxa-go v0.0.0-20220415221139-f31436f83dca h1:HTg9REXt9NqbX2syACtpUEwF/unzwWRjG9AkSaqcnLc=
github.com/meroxa/meroxa-go v0.0.0-20220415221139-f31436f83dca/go.mod h1:BsqYa9jqfyGOAgfkggfK567b2Ahkb+RCH3lXDQGgrh8=
github.com/meroxa/meroxa-go v0.0.0-20220419000706-05a93c79cc6e h1:z5wOdhit1nuDyevydXW4/c2dwQW2BbAamBar1vJ4nhw=
github.com/meroxa/meroxa-go v0.0.0-20220419000706-05a93c79cc6e/go.mod h1:BsqYa9jqfyGOAgfkggfK567b2Ahkb+RCH3lXDQGgrh8=
github.com/meroxa/turbine-go v0.0.0-20220418221103-f56d64003db2 h1:scBLDEdMynk5T9O6EcEMxewOTUsjgb5UcbOKx3SkT48=
github.com/meroxa/turbine-go v0.0.0-20220418221103-f56d64003db2/go.mod h1:F4ODyjX+tn5dYFRc1bQlHLUnTtlJIxs09AKHqfCD5Cg=
github.com/meroxa/turbine-go v0.0.0-20220419083802-4f83d9343ce6 h1:vMXfEM3/9+Q4wOKMoYYFbCe0d3bOW3iCiLRhW5blmgo=
Expand Down
21 changes: 21 additions & 0 deletions vendor/github.com/meroxa/meroxa-go/LICENSE.md

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

4 changes: 4 additions & 0 deletions vendor/github.com/meroxa/turbine-go/LICENSE.md

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

12 changes: 10 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ 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-20220415221139-f31436f83dca
# github.com/meroxa/meroxa-go v0.0.0-20220419000706-05a93c79cc6e
## explicit; go 1.17
github.com/meroxa/meroxa-go/pkg/meroxa
github.com/meroxa/meroxa-go/pkg/mock
# github.com/meroxa/turbine-go v0.0.0-20220418221103-f56d64003db2
# github.com/meroxa/turbine-go v0.0.0-20220419083802-4f83d9343ce6
## explicit; go 1.17
github.com/meroxa/turbine-go/deploy
github.com/meroxa/turbine-go/init
Expand Down Expand Up @@ -263,6 +263,14 @@ github.com/spf13/viper
# github.com/subosito/gotenv v1.2.0
## explicit
github.com/subosito/gotenv
# github.com/tidwall/gjson v1.14.0
## explicit; go 1.12
# github.com/tidwall/match v1.1.1
## explicit; go 1.15
# github.com/tidwall/pretty v1.2.0
## explicit; go 1.16
# github.com/tidwall/sjson v1.2.4
## explicit; go 1.14
# github.com/volatiletech/inflect v0.0.1
## explicit; go 1.14
github.com/volatiletech/inflect
Expand Down

0 comments on commit 5ad691a

Please sign in to comment.