This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |