18 lines
473 B
Modula-2
18 lines
473 B
Modula-2
|
module 11-11.dev/goexamples/elasticstream
|
||
|
|
||
|
go 1.22.4
|
||
|
|
||
|
require (
|
||
|
github.com/elastic/go-elasticsearch v0.0.0
|
||
|
github.com/elastic/go-elasticsearch/v8 v8.15.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
|
||
|
github.com/go-logr/logr v1.4.1 // indirect
|
||
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
||
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
||
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
||
|
)
|