Skip to content

Commit

Permalink
Handle Twrip RPC error as HTTP response
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyaw Myint Thein committed Sep 29, 2021
1 parent de06298 commit c5515a4
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 8 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ module github.com/kyawmyintthein/lura-twirp
go 1.13

require (
bitbucket.org/razersw/config-manager v1.6.0
github.com/clbanning/mxj v1.8.4
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/google/martian v2.1.0+incompatible
github.com/kyawmyintthein/rzerrors v1.1.0
github.com/luraproject/lura v1.4.1
github.com/qntfy/jsonparser v1.0.2 // indirect
github.com/qntfy/kazaam v3.4.9+incompatible // indirect
github.com/twitchtv/twirp v8.1.0+incompatible
google.golang.org/protobuf v1.27.1
gopkg.in/qntfy/kazaam.v3 v3.4.9
gorm.io/gorm v1.21.15
Expand Down
Loading

0 comments on commit c5515a4

Please sign in to comment.