Skip to content

Commit

Permalink
fix: upgrade to latest turbine-core for py win
Browse files Browse the repository at this point in the history
  • Loading branch information
jmar910 committed May 5, 2023
1 parent da6e04f commit 6ccd64a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
require (
github.com/briandowns/spinner v1.21.0
github.com/mattn/go-shellwords v1.0.12
github.com/meroxa/turbine-core v0.0.0-20230504152501-46e9c62980fc
github.com/meroxa/turbine-core v0.0.0-20230505191118-69c808bc1b16
github.com/stretchr/testify v1.8.2
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
golang.org/x/mod v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebG
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
github.com/meroxa/meroxa-go v0.0.0-20230331072126-47c9496dfb9b h1:xIxLrz8h0QA0QmFZrW3ciIjmEnGDszS/z3yjfD3d+pY=
github.com/meroxa/meroxa-go v0.0.0-20230331072126-47c9496dfb9b/go.mod h1:VaDn0fLKHG2VoI9MQVEqwtfum4BaGr8pcgtfWRe8/Dk=
github.com/meroxa/turbine-core v0.0.0-20230504152501-46e9c62980fc h1:oAchuSSluUUBZYUQShgOz8x0/47HEbMjZBzsE4XceZo=
github.com/meroxa/turbine-core v0.0.0-20230504152501-46e9c62980fc/go.mod h1:uZhedBTvrGalpLdWtG0UhpphiecO5dS7GLK87boPSA4=
github.com/meroxa/turbine-core v0.0.0-20230505191118-69c808bc1b16 h1:VpYgi4pq1uqCihAyLZbwEpacWU8wB+6af5Jv66r5XUU=
github.com/meroxa/turbine-core v0.0.0-20230505191118-69c808bc1b16/go.mod h1:uZhedBTvrGalpLdWtG0UhpphiecO5dS7GLK87boPSA4=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da h1:qiPWuGGr+1GQE6s9NPSK8iggR/6x/V+0snIoOPYsBgc=
Expand Down
7 changes: 4 additions & 3 deletions vendor/github.com/meroxa/turbine-core/pkg/app/init.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 @@ -111,7 +111,7 @@ github.com/mattn/go-shellwords
## explicit; go 1.20
github.com/meroxa/meroxa-go/pkg/meroxa
github.com/meroxa/meroxa-go/pkg/mock
# github.com/meroxa/turbine-core v0.0.0-20230504152501-46e9c62980fc
# github.com/meroxa/turbine-core v0.0.0-20230505191118-69c808bc1b16
## explicit; go 1.20
github.com/meroxa/turbine-core/lib/go/github.com/meroxa/turbine/core
github.com/meroxa/turbine-core/pkg/app
Expand Down

0 comments on commit 6ccd64a

Please sign in to comment.