-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to go1.21 * bump examples to go1.21 * bump internals to g1.21 * bump documentation * add missing easyjson binary --------- Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
- Loading branch information
1 parent
aa243a4
commit 52fc497
Showing
36 changed files
with
226 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
module github.com/elastic/go-elasticsearch/v8/_examples/bulk | ||
|
||
go 1.11 | ||
go 1.21 | ||
|
||
toolchain go1.21.8 | ||
|
||
replace github.com/elastic/go-elasticsearch/v8 => ../.. | ||
|
||
require ( | ||
github.com/cenkalti/backoff/v4 v4.1.2 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/elastic/go-elasticsearch/v8 v8.0.0-20211123103400-5f8a17a2322f // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.2 | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/elastic/go-elasticsearch/v8 v8.0.0-20211123103400-5f8a17a2322f | ||
) | ||
|
||
require ( | ||
github.com/elastic/elastic-transport-go/v8 v8.4.0 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
go.opentelemetry.io/otel v1.21.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.21.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,42 @@ | ||
module github.com/elastic/go-elasticsearch/v8/_examples/bulk/kafka | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.8 | ||
|
||
replace github.com/elastic/go-elasticsearch/v8 => ../../.. | ||
|
||
require ( | ||
github.com/cucumber/godog v0.8.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210817150010-57d659deaca7 | ||
github.com/prometheus/procfs v0.0.3 // indirect | ||
github.com/segmentio/kafka-go v0.4.25 | ||
go.elastic.co/apm v1.14.0 | ||
go.elastic.co/apm/module/apmelasticsearch v1.14.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/elastic/elastic-transport-go/v8 v8.4.0 // indirect | ||
github.com/elastic/go-licenser v0.3.1 // indirect | ||
github.com/elastic/go-sysinfo v1.1.1 // indirect | ||
github.com/elastic/go-windows v1.0.0 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/jcchavezs/porto v0.1.0 // indirect | ||
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect | ||
github.com/klauspost/compress v1.9.8 // indirect | ||
github.com/pierrec/lz4 v2.6.0+incompatible // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/prometheus/procfs v0.0.3 // indirect | ||
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect | ||
go.elastic.co/fastjson v1.1.0 // indirect | ||
go.opentelemetry.io/otel v1.21.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.21.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.21.0 // indirect | ||
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect | ||
) |
Oops, something went wrong.