Skip to content

Commit 5589057

Browse files
chore(deps): bump github.com/olivere/elastic/v7 from 7.0.20 to 7.0.24
Bumps [github.com/olivere/elastic/v7](https://github.com/olivere/elastic) from 7.0.20 to 7.0.24. - [Release notes](https://github.com/olivere/elastic/releases) - [Changelog](https://github.com/olivere/elastic/blob/release-branch.v7/CHANGELOG-3.0.md) - [Commits](olivere/elastic@v7.0.20...v7.0.24) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5780a1b commit 5589057

File tree

2 files changed

+68
-29
lines changed

2 files changed

+68
-29
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/jedib0t/go-pretty/v6 v6.2.1
1111
github.com/magiconair/properties v1.8.1
1212
github.com/mitchellh/mapstructure v1.4.1
13-
github.com/olivere/elastic/v7 v7.0.20
13+
github.com/olivere/elastic/v7 v7.0.24
1414
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
1515
github.com/pkg/errors v0.9.1
1616
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
@@ -20,16 +20,16 @@ require (
2020
github.com/spf13/viper v1.6.2
2121
github.com/streadway/amqp v1.0.0
2222
github.com/stretchr/objx v0.2.0 // indirect
23-
github.com/stretchr/testify v1.5.1
23+
github.com/stretchr/testify v1.6.1
2424
github.com/valyala/bytebufferpool v1.0.0
2525
github.com/valyala/gozstd v1.6.4
2626
github.com/xeipuuv/gojsonschema v1.2.0
27-
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
28-
golang.org/x/text v0.3.2
27+
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
28+
golang.org/x/text v0.3.3
2929
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
3030
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3131
gopkg.in/natefinch/lumberjack.v2 v2.0.0
32-
gopkg.in/yaml.v2 v2.2.4
32+
gopkg.in/yaml.v2 v2.2.8
3333
)
3434

3535
go 1.15

0 commit comments

Comments
 (0)