parser: add basic fuzzing

This commit is contained in:
George Tankersley
2018-11-07 21:01:20 +00:00
parent e91ccd258f
commit f4d5ff96ed
7 changed files with 19 additions and 0 deletions

1
go.mod
View File

@@ -1,6 +1,7 @@
module github.com/gtank/ctxd
require (
github.com/dvyukov/go-fuzz v0.0.0-20180902053217-4aff8368ef19 // indirect
github.com/golang/protobuf v1.2.0
github.com/pebbe/zmq4 v1.0.0
github.com/pkg/errors v0.8.0