File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- 1.33.0
1+ 1.33.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55toolchain go1.22.6
66
77require (
8- github.com/lightstep/otel-launcher-go/pipelines v1.33.0
8+ github.com/lightstep/otel-launcher-go/pipelines v1.33.1
99 github.com/sethvargo/go-envconfig v0.8.3
1010 github.com/stretchr/testify v1.9.0
1111 go.opentelemetry.io/otel v1.31.0
@@ -38,9 +38,9 @@ require (
3838 github.com/klauspost/compress v1.17.11 // indirect
3939 github.com/klauspost/cpuid/v2 v2.2.8 // indirect
4040 github.com/lightstep/go-expohisto v1.0.0 // indirect
41- github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0 // indirect
42- github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
43- github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0 // indirect
41+ github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1 // indirect
42+ github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
43+ github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1 // indirect
4444 github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0 // indirect
4545 github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
4646 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Original file line number Diff line number Diff line change 1414
1515package launcher
1616
17- const version = "1.33.0 "
17+ const version = "1.33.1 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55toolchain go1.22.6
66
77require (
8- github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
8+ github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
99 github.com/lightstep/otel-launcher-go/pipelines v1.31.0
1010 go.opentelemetry.io/proto/otlp v1.3.1
1111)
@@ -33,7 +33,7 @@ require (
3333 github.com/klauspost/compress v1.17.11 // indirect
3434 github.com/klauspost/cpuid/v2 v2.2.8 // indirect
3535 github.com/lightstep/go-expohisto v1.0.0 // indirect
36- github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
36+ github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
3737 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3838 github.com/modern-go/reflect2 v1.0.2 // indirect
3939 github.com/mostynb/go-grpc-compression v1.2.3 // indirect
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/golang/mock v1.6.0
1212 github.com/google/go-cmp v0.6.0
1313 github.com/lightstep/go-expohisto v1.0.0
14- github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
14+ github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
1515 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
1616 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.113.0
1717 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.113.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.6
66
77require (
88 github.com/google/go-cmp v0.6.0
9- github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
9+ github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
1010 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
1111 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.113.0
1212 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.30.0
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.0
55toolchain go1.22.6
66
77require (
8- github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0
9- github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
8+ github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1
9+ github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
1010 github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0
1111
1212 // For otelcol-based exporter configuration.
You can’t perform that action at this time.
0 commit comments