Skip to content

Commit

Permalink
Zed update through "fix zio/csvio.preprocess.parseField panic on empt…
Browse files Browse the repository at this point in the history
…y quoted field" by nwt

This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/super#3128, authored by @nwt,
has been merged.

fix zio/csvio.preprocess.parseField panic on empty quoted field

Closes brimdata/super#3068.
  • Loading branch information
Brim Automation committed Sep 29, 2021
1 parent 94c95fe commit be71ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/brimdata/brimcap
go 1.16

require (
github.com/brimdata/zed v0.30.1-0.20210929202232-df490e380d3e
github.com/brimdata/zed v0.30.1-0.20210929235423-fe1cb752344c
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/mock v1.5.0 // indirect
github.com/google/gopacket v1.1.19
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f/go.mod h1:2stg
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/brimdata/zed v0.30.1-0.20210929202232-df490e380d3e h1:SI1NGUovzcCxttdbsMUQAalWXCydM3IAkL/wvssH6a8=
github.com/brimdata/zed v0.30.1-0.20210929202232-df490e380d3e/go.mod h1:5GA5oBi8QsnfQO09zypYBFORSe4DLa21LW4J2QdBQiA=
github.com/brimdata/zed v0.30.1-0.20210929235423-fe1cb752344c h1:ak5sOqOaS6F9dydzSFet3u7ExUkvpt3j7mjsCE6pOzY=
github.com/brimdata/zed v0.30.1-0.20210929235423-fe1cb752344c/go.mod h1:5GA5oBi8QsnfQO09zypYBFORSe4DLa21LW4J2QdBQiA=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down

0 comments on commit be71ec6

Please sign in to comment.