Skip to content

Commit 65ec73a

Browse files
chore(deps): bump github.com/olivere/elastic/v7 from 7.0.20 to 7.0.32
Bumps [github.com/olivere/elastic/v7](https://github.com/olivere/elastic) from 7.0.20 to 7.0.32. - [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.32) --- updated-dependencies: - dependency-name: github.com/olivere/elastic/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3076c9e commit 65ec73a

File tree

2 files changed

+77
-28
lines changed

2 files changed

+77
-28
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ require (
1212
github.com/lithammer/fuzzysearch v1.1.2
1313
github.com/magiconair/properties v1.8.1
1414
github.com/mitchellh/mapstructure v1.4.1
15-
github.com/olivere/elastic/v7 v7.0.20
15+
github.com/olivere/elastic/v7 v7.0.32
1616
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
1717
github.com/pkg/errors v0.9.1
18-
github.com/qmuntal/stateless v1.6.0 // indirect
18+
github.com/qmuntal/stateless v1.6.0
1919
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
2020
github.com/sirupsen/logrus v1.4.1
2121
github.com/spf13/cobra v0.0.3
2222
github.com/spf13/pflag v1.0.5
2323
github.com/spf13/viper v1.6.2
2424
github.com/streadway/amqp v1.0.0
2525
github.com/stretchr/objx v0.2.0 // indirect
26-
github.com/stretchr/testify v1.5.1
26+
github.com/stretchr/testify v1.7.0
2727
github.com/valyala/bytebufferpool v1.0.0
2828
github.com/valyala/gozstd v1.11.0
2929
github.com/xeipuuv/gojsonschema v1.2.0
30-
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
31-
golang.org/x/text v0.3.5
30+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
31+
golang.org/x/text v0.3.7
3232
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
3333
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3434
gopkg.in/natefinch/lumberjack.v2 v2.0.0

0 commit comments

Comments
 (0)