mirror of
https://github.com/langchain-ai/langsmith-collector-proxy.git
synced 2026-07-01 16:08:51 -04:00
23 lines
694 B
Modula-2
23 lines
694 B
Modula-2
module github.com/langchain-ai/langsmith-collector-proxy
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.5.7
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
go.opentelemetry.io/proto/otlp v1.6.0
|
|
golang.org/x/sync v0.14.0
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250428153025-10db94c68c34 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
|
|
google.golang.org/grpc v1.72.0 // indirect
|
|
)
|