diff options
Diffstat (limited to 'docs/webhooks/example.go')
| -rw-r--r-- | docs/webhooks/example.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/webhooks/example.go b/docs/webhooks/example.go index 712028362..618b296f9 100644 --- a/docs/webhooks/example.go +++ b/docs/webhooks/example.go @@ -10,7 +10,7 @@ import ( "crypto/sha256" "crypto/subtle" "encoding/hex" - "encoding/json" + "github.com/go-json-experiment/json/v1" "errors" "fmt" "io" |
