aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-12-16 13:10:58 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-12-25 10:12:41 +0100
commit80795712865ca86bb21ebb9841598ccbcbd375c9 (patch)
tree30827a16f66928465a377186e42ddfe0e92596ec /go.mod
parent76280ee7ce2ebc67e633381930ef8409046aba99 (diff)
vendor: update go-fuzz
Update to HEAD to fix: $ go-fuzz-build ./pkg/tool failed to execute go build: exit status 2 /go1.15/src/reflect/value.go:1432: misplaced compiler directive
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fedf3ec5d..d3ca3e993 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,8 @@ require (
cloud.google.com/go/pubsub v1.7.0
cloud.google.com/go/storage v1.10.0
github.com/Djarvur/go-err113 v0.1.0 // indirect
- github.com/dvyukov/go-fuzz v0.0.0-20200318091601-be3528f3a813
+ github.com/dvyukov/go-fuzz v0.0.0-20201127111758-49e582c6c23d
+ github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/golangci/golangci-lint v1.31.0
github.com/golangci/misspell v0.3.5 // indirect
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
@@ -23,6 +24,7 @@ require (
github.com/spf13/afero v1.4.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
+ github.com/stephens2424/writerset v1.0.2 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect