We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ea877 commit 825f379Copy full SHA for 825f379
client.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// Version is the current version of Elastic.
29
- Version = "7.0.27"
+ Version = "7.0.28"
30
31
// DefaultURL is the default endpoint of Elasticsearch on the local machine.
32
// It is used e.g. when initializing a new Client without a specific URL.
go.mod
@@ -3,7 +3,7 @@ module github.com/olivere/elastic/v7
3
go 1.15
4
5
require (
6
- github.com/aws/aws-sdk-go v1.40.11
+ github.com/aws/aws-sdk-go v1.40.32
7
github.com/fortytw2/leaktest v1.3.0
8
github.com/google/go-cmp v0.5.6
9
github.com/mailru/easyjson v0.7.7
0 commit comments