mirror of https://github.com/cirruslabs/tart.git
25 lines
790 B
Modula-2
25 lines
790 B
Modula-2
module integration
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1
|
|
go.opentelemetry.io/otel v1.38.0
|
|
go.opentelemetry.io/proto/otlp v1.9.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
google.golang.org/grpc v1.78.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|