Skip to content

Instantly share code, notes, and snippets.

@rc-mattschwager
rc-mattschwager / go.mod
Last active December 8, 2022 17:45
Code for "Fuzzing Golang msgpack for fun and panic" blog post
module msgpackfuzz
go 1.17
require (
github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6 // indirect
github.com/dvyukov/go-fuzz-corpus v0.0.0-20190920191254-c42c1b2914c7 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/shamaton/msgpack/v2 v2.1.0 // indirect
github.com/stephens2424/writerset v1.0.2 // indirect