|
|
@ -3,6 +3,7 @@ module go.wperron.io/toolkit
|
|
|
|
go 1.20
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/grafana/tempo v1.5.0
|
|
|
|
github.com/grafana/tempo v1.5.0
|
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
go.opentelemetry.io/otel/sdk v1.14.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.14.0
|
|
|
@ -14,7 +15,6 @@ require (
|
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
|
|
|
|