-
- Downloads
Update module github.com/olivere/elastic/v7 to v7.0.26
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/olivere/elastic/v7/client.go 1 addition, 1 deletionvendor/github.com/olivere/elastic/v7/client.go
- vendor/github.com/olivere/elastic/v7/cluster_stats.go 14 additions, 7 deletionsvendor/github.com/olivere/elastic/v7/cluster_stats.go
- vendor/github.com/olivere/elastic/v7/docker-compose.cluster.yml 80 additions, 0 deletions.../github.com/olivere/elastic/v7/docker-compose.cluster.yml
- vendor/github.com/olivere/elastic/v7/docker-compose.yml 2 additions, 2 deletionsvendor/github.com/olivere/elastic/v7/docker-compose.yml
- vendor/github.com/olivere/elastic/v7/errors.go 19 additions, 5 deletionsvendor/github.com/olivere/elastic/v7/errors.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | ... | @@ -4,4 +4,4 @@ go 1.11 |
// go: no requirements found in vendor/vendor.json | ||
require github.com/olivere/elastic/v7 v7.0.25 | ||
require github.com/olivere/elastic/v7 v7.0.26 |
... | ... | @@ -61,6 +61,8 @@ github.com/olivere/elastic/v7 v7.0.24 h1:9ZcCQP3Pvgese7TaypYiVAL49sCEphyIwkVxtRf |
github.com/olivere/elastic/v7 v7.0.24/go.mod h1:OuWmD2DiuYhddWegBKPWQuelVKBLrW0fa/VUYgxuGTY= | ||
github.com/olivere/elastic/v7 v7.0.25 h1:q3ef8PqC4PyT3b8BAcjDVo48KNzr0HVKosMqMsF+oME= | ||
github.com/olivere/elastic/v7 v7.0.25/go.mod h1:ySKeM+7yrE9HmsUi6+vSp0anvWiDOuPa9kpuknxjKbU= | ||
github.com/olivere/elastic/v7 v7.0.26 h1:KjLLCCpHb0ap+kA2s16c+Czs7kxBOk6DmPoy8D9ZozA= | ||
github.com/olivere/elastic/v7 v7.0.26/go.mod h1:ySKeM+7yrE9HmsUi6+vSp0anvWiDOuPa9kpuknxjKbU= | ||
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= | ||
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | ||
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||
... | ... |
Please register or sign in to comment