Skip to content

Commit

Permalink
bump svix-libs to 0.16.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-frank authored Jun 8, 2021
1 parent 9729699 commit 89aaf86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Example Schema:
in, err = utils.ReadPipe()
cobra.CheckErr(err)
}
var et svix.EventTypeInOut
var et svix.EventTypeIn
if len(in) > 0 {
err := json.Unmarshal(in, &et)
cobra.CheckErr(err)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ require (
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/svixhq/svix-libs v0.14.1-0.20210531145855-ff10b4b07c16
github.com/svixhq/svix-libs v0.16.0
github.com/tidwall/pretty v1.1.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/svixhq/svix-libs v0.14.1-0.20210531145855-ff10b4b07c16 h1:7gwjY8u0JTYYmGtQjl98BlCj4us1X0yYZKoTQqOubaU=
github.com/svixhq/svix-libs v0.14.1-0.20210531145855-ff10b4b07c16/go.mod h1:kEftBTj5YbYjBeI4jjsXss3yrE+u0bH2seuEu2RoJ08=
github.com/svixhq/svix-libs v0.16.0 h1:pmJ8CE7erlmCvPO0msUcMncOZidzHYojEXeWscIvbC0=
github.com/svixhq/svix-libs v0.16.0/go.mod h1:kEftBTj5YbYjBeI4jjsXss3yrE+u0bH2seuEu2RoJ08=
github.com/tidwall/pretty v1.1.1 h1:nt6/Ot5LtZnJCWwEFlelOixPo0xhPFsuZlKyOL3Xfnc=
github.com/tidwall/pretty v1.1.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 89aaf86

Please sign in to comment.