| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- module go.opentelemetry.io/otel/exporters/otlp/otlptrace
- go 1.21
- toolchain go1.21.3
- require (
- github.com/coroot/coroot-node-agent v0.0.0-00010101000000-000000000000
- github.com/google/go-cmp v0.6.0
- github.com/stretchr/testify v1.8.4
- go.opentelemetry.io/otel v1.22.0
- go.opentelemetry.io/otel/sdk v1.22.0
- go.opentelemetry.io/otel/trace v1.22.0
- go.opentelemetry.io/proto/otlp v1.0.0
- google.golang.org/protobuf v1.32.0
- )
- require (
- github.com/BurntSushi/toml v1.4.0 // indirect
- github.com/agoda-com/opentelemetry-logs-go v0.4.1 // indirect
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
- github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
- github.com/cilium/ebpf v0.11.0 // indirect
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
- github.com/coroot/logparser v1.1.2 // indirect
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
- github.com/go-logr/logr v1.4.1 // indirect
- github.com/go-logr/stdr v1.2.2 // indirect
- github.com/golang/protobuf v1.5.3 // indirect
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
- github.com/hashicorp/go-version v1.6.0 // indirect
- github.com/natefinch/lumberjack v0.0.0-00010101000000-000000000000 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
- github.com/sirupsen/logrus v1.9.3 // indirect
- github.com/vishvananda/netlink v1.2.1-beta.2.0.20220608195807-1a118fe229fc // indirect
- github.com/vishvananda/netns v0.0.4 // indirect
- go.mongodb.org/mongo-driver v1.13.1 // indirect
- go.opentelemetry.io/otel/metric v1.22.0 // indirect
- go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
- go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
- golang.org/x/arch v0.4.0 // indirect
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
- golang.org/x/mod v0.16.0 // indirect
- golang.org/x/net v0.22.0 // indirect
- golang.org/x/sys v0.18.0 // indirect
- golang.org/x/text v0.14.0 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
- google.golang.org/grpc v1.61.0 // indirect
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
- gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
- k8s.io/klog/v2 v2.120.1 // indirect
- )
- replace go.opentelemetry.io/otel => ../../..
- replace go.opentelemetry.io/otel/sdk => ../../../sdk
- replace go.opentelemetry.io/otel/trace => ../../../trace
- replace go.opentelemetry.io/otel/metric => ../../../metric
- replace github.com/natefinch/lumberjack => ../../../../../../pkg/lumberjack
- replace github.com/coroot/coroot-node-agent => ../../../../../../
|