Skip to content

Commit

Permalink
go-playground/webhooks#160 using x-hub-signature-256 for more secure …
Browse files Browse the repository at this point in the history
…webhooks, once the changes to the lib are merged, we can remove this change
  • Loading branch information
innazh committed Nov 2, 2023
1 parent a0ab67f commit 9c7cd57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/go-playground/webhooks/v6 => github.com/ammario/webhooks/v6 v6.0.0-20230530210742-61c8d3560b68
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/ammario/webhooks/v6 v6.0.0-20230530210742-61c8d3560b68 h1:z5taeEc4FoA7JQOAOhpKpco1l9msIXTUEZlqmi4jfQA=
github.com/ammario/webhooks/v6 v6.0.0-20230530210742-61c8d3560b68/go.mod h1:GCocmfMtpJdkEOM1uG9p2nXzg1kY5X/LtvQgtPHUaaA=
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=
github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
Expand Down

0 comments on commit 9c7cd57

Please sign in to comment.