yudai / gojsondiff

Go JSON Diff
Other
536 stars 79 forks source link

Update sergi/go-diff dep #18

Closed ryboe closed 7 years ago

ryboe commented 7 years ago

Hi, yudai! We just ran into this panic at Apcera.

panic: runtime error: slice bounds out of range

It's due to a bug in sergi/go-diff that was fixed in #36. This PR just updates sergi/go-diff to the latest master commit.

I'm currently running our full test suite on this update. I'll update this PR if there are any failures. UPDATE: All tests passed. 🎉

yudai commented 7 years ago

Thanks!