Skip to content

Commit

Permalink
upgrade Zed to 3753828089a580e3c5ae5acb2c3f062b265b5706
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt authored Nov 8, 2023
1 parent 7121838 commit b7400f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.20

require (
github.com/brimdata/zed v1.10.1-0.20231106232727-84d6834862b1
github.com/brimdata/zed v1.10.1-0.20231107213844-3753828089a5
github.com/fsnotify/fsnotify v1.4.9
github.com/google/gopacket v1.1.19
github.com/gosuri/uilive v0.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/aws/aws-sdk-go v1.36.17/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2z
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f h1:y06x6vGnFYfXUoVMbrcP1Uzpj4JG01eB5vRps9G8agM=
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f/go.mod h1:2stgcRjl6QmW+gU2h5E7BQXg4HU0gzxKWDuT5HviN9s=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/brimdata/zed v1.10.1-0.20231106232727-84d6834862b1 h1:R2eY86YURXiow810lzKoBdu99VWC6zIkFUVAZGwuO7w=
github.com/brimdata/zed v1.10.1-0.20231106232727-84d6834862b1/go.mod h1:rWrLsDwxawFQqMcr5BIVc9eTWIXpVlAWdkCF1U/F4+A=
github.com/brimdata/zed v1.10.1-0.20231107213844-3753828089a5 h1:HnTn4FJn8JdzAtyRlEPuM7u0UhghAF30qLZPbMcsQhc=
github.com/brimdata/zed v1.10.1-0.20231107213844-3753828089a5/go.mod h1:rWrLsDwxawFQqMcr5BIVc9eTWIXpVlAWdkCF1U/F4+A=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
Expand Down
2 changes: 1 addition & 1 deletion ztail/ztail.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (t *Tailer) tailFile(file string) error {
go func() {
defer t.readWg.Done()

zf, err := anyio.NewFile(t.zctx, f, file, t.opts)
zf, err := anyio.NewFile(t.zctx, f, file, nil, t.opts)
if err != nil {
f.Close()
t.warner.Warn(fmt.Sprintf("%s: %v", filepath.Base(file), err))
Expand Down

0 comments on commit b7400f7

Please sign in to comment.