@@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go
33go 1.18
44
55require (
6- github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.18.2
7- github.com/lightstep/otel-launcher-go/pipelines v1.18.2
6+ github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.18.3
7+ github.com/lightstep/otel-launcher-go/pipelines v1.18.3
88 github.com/sethvargo/go-envconfig v0.8.3
99 github.com/stretchr/testify v1.8.4
1010 go.opentelemetry.io/otel v1.16.0
@@ -42,8 +42,8 @@ require (
4242 github.com/klauspost/cpuid/v2 v2.0.9 // indirect
4343 github.com/knadh/koanf v1.5.0 // indirect
4444 github.com/lightstep/go-expohisto v1.0.0 // indirect
45- github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.18.2 // indirect
46- github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.18.2 // indirect
45+ github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.18.3 // indirect
46+ github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.18.3 // indirect
4747 github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
4848 github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
4949 github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
@@ -115,3 +115,6 @@ replace github.com/lightstep/otel-launcher-go/lightstep/instrumentation => ./lig
115115// default temporality preference; use 1.10.1 instead or consider
116116// upgrading to a 2.x release.
117117retract v1.10.0
118+
119+ // 1.18.2 has a broken lightstep/sdk/internal dependency.
120+ retract v1.18.2
0 commit comments