mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-08-12 21:00:23 +00:00
36 lines
1.3 KiB
AMPL
36 lines
1.3 KiB
AMPL
module github.com/foomo/gotsrpc/v3/example
|
|
|
|
go 1.26
|
|
|
|
replace github.com/foomo/gotsrpc/v3 => ../
|
|
|
|
require (
|
|
github.com/foomo/gotsrpc/v3 v3.0.0-00010101000000-000000000000
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
|
|
go.opentelemetry.io/otel v1.44.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.44.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.44.0
|
|
go.opentelemetry.io/otel/sdk v1.44.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.44.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/otel/metric v1.44.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.44.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|