internal/format: drop go-fuzz test case

We were not running it in CI, so it had rotted or was going to rot.
We'll replace it with a native fuzz test once that's ready.
This commit is contained in:
Filippo Valsorda
2021-03-10 05:38:47 -05:00
committed by Filippo Valsorda
parent 732f3e8a94
commit 69e2222921
4 changed files with 1 additions and 106 deletions
+1 -4
View File
@@ -2,7 +2,4 @@ module filippo.io/age
go 1.13
require (
github.com/sergi/go-diff v1.1.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
)
require golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59