Skip to content

Commit

Permalink
chore: update to latest turbine
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Feb 19, 2022
1 parent a46c228 commit e54dcb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
require (
github.com/docker/docker v20.10.12+incompatible
github.com/mattn/go-shellwords v1.0.12
github.com/meroxa/turbine v0.0.0-00010101000000-000000000000
github.com/meroxa/turbine v0.0.0-20220219222616-1e3d9685ce06
)

require github.com/cristalhq/jwt/v3 v3.1.0 // indirect
Expand Down Expand Up @@ -81,5 +81,3 @@ require (
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/meroxa/turbine => ../turbine
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,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-20220214221023-2da2e3a247a7 h1:o8QhC5o0bb6cUQN0NdYBT8AkitftZWsBZRF1Y9kXtgI=
github.com/meroxa/meroxa-go v0.0.0-20220214221023-2da2e3a247a7/go.mod h1:HDFszURCM1cOpKE699o5Hs0T2tEIXqY+vFcsur3RiwY=
github.com/meroxa/turbine v0.0.0-20220219222616-1e3d9685ce06 h1:om4B7vA3QoslyHqbmNW7s9KL7MK2HBiT2isQ2OOetPI=
github.com/meroxa/turbine v0.0.0-20220219222616-1e3d9685ce06/go.mod h1:4A2E9icHDi3x4Flp9CunWyRBvNkZy6h8MS8zLvWUlmw=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ github.com/mattn/go-shellwords
## explicit; go 1.17
github.com/meroxa/meroxa-go/pkg/meroxa
github.com/meroxa/meroxa-go/pkg/mock
# github.com/meroxa/turbine v0.0.0-00010101000000-000000000000 => ../turbine
# github.com/meroxa/turbine v0.0.0-20220219222616-1e3d9685ce06
## explicit; go 1.17
github.com/meroxa/turbine/deploy
github.com/meroxa/turbine/init
Expand Down Expand Up @@ -340,4 +340,3 @@ gopkg.in/ini.v1
# gopkg.in/yaml.v2 v2.4.0
## explicit; go 1.15
gopkg.in/yaml.v2
# github.com/meroxa/turbine => ../turbine

0 comments on commit e54dcb4

Please sign in to comment.