Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed May 11, 2022
1 parent 50db4a3 commit 4bc68a5
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 57 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.5
github.com/google/go-cmp v0.5.7
github.com/google/gofuzz v1.1.0
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.5.5
Expand All @@ -24,23 +24,23 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/server/v3 v3.5.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/exporters/otlp v0.20.0
go.opentelemetry.io/otel/sdk v0.20.0
go.opentelemetry.io/otel/trace v0.20.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.32.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0
go.opentelemetry.io/otel v1.7.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0
go.opentelemetry.io/otel/sdk v1.7.0
go.opentelemetry.io/otel/trace v1.7.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
google.golang.org/grpc v1.40.0
google.golang.org/grpc v1.46.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/square/go-jose.v2 v2.2.2
k8s.io/api v0.23.6
Expand All @@ -57,8 +57,10 @@ require (
)

replace (
go.etcd.io/etcd/server/v3 v3.5.0 => github.com/acorn-io/etcd/server/v3 v3.5.0-ot-1
k8s.io/api => k8s.io/api v0.23.6
k8s.io/apimachinery => k8s.io/apimachinery v0.23.6
k8s.io/client-go => k8s.io/client-go v0.23.6
k8s.io/component-base => k8s.io/component-base v0.23.6
k8s.io/component-base v0.23.6 => github.com/acorn-io/component-base v0.23.6-ot-1
)
Loading

0 comments on commit 4bc68a5

Please sign in to comment.