File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ require (
88 github.com/klauspost/compress v1.17.9
99 github.com/open-telemetry/otel-arrow v0.31.0
1010 github.com/parquet-go/parquet-go v0.23.0
11- github.com/splunk/stef/go/otel v0.0.1
11+ github.com/splunk/stef/go/otel v0.0.2
1212 github.com/splunk/stef/go/pdata v0.0.0
13- github.com/splunk/stef/go/pkg v0.0.1
13+ github.com/splunk/stef/go/pkg v0.0.2
1414 github.com/stretchr/testify v1.10.0
1515 go.opentelemetry.io/collector/pdata v1.19.0
1616 golang.org/x/text v0.18.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.7
55toolchain go1.23.2
66
77require (
8- github.com/splunk/stef/go/pkg v0.0.1
8+ github.com/splunk/stef/go/pkg v0.0.2
99 github.com/stretchr/testify v1.10.0
1010 google.golang.org/grpc v1.68.0
1111 google.golang.org/protobuf v1.35.2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.7
55toolchain go1.23.2
66
77require (
8- github.com/splunk/stef/go/grpc v0.0.1
9- github.com/splunk/stef/go/pkg v0.0.1
8+ github.com/splunk/stef/go/grpc v0.0.2
9+ github.com/splunk/stef/go/pkg v0.0.2
1010 github.com/stretchr/testify v1.10.0
1111 google.golang.org/grpc v1.68.0
1212)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ toolchain go1.23.2
66
77require (
88 github.com/google/go-cmp v0.6.0
9- github.com/splunk/stef/go/otel v0.0.1
10- github.com/splunk/stef/go/pkg v0.0.1
9+ github.com/splunk/stef/go/otel v0.0.2
10+ github.com/splunk/stef/go/pkg v0.0.2
1111 github.com/stretchr/testify v1.10.0
1212 go.opentelemetry.io/collector/pdata v1.16.0
1313 modernc.org/b/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.2
66
77require (
88 github.com/spf13/pflag v1.0.5 // indirect
9- github.com/splunk/stef/go/grpc v0.0.1
9+ github.com/splunk/stef/go/grpc v0.0.2
1010 github.com/splunk/stef/go/pdata v0.0.0
1111 go.opentelemetry.io/collector v0.103.0 // indirect
1212 go.opentelemetry.io/collector/confmap v0.103.0
@@ -27,8 +27,8 @@ require (
2727 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.103.0
2828 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.103.0
2929 github.com/open-telemetry/otel-arrow v0.24.0
30- github.com/splunk/stef/go/otel v0.0.1
31- github.com/splunk/stef/go/pkg v0.0.1
30+ github.com/splunk/stef/go/otel v0.0.2
31+ github.com/splunk/stef/go/pkg v0.0.2
3232 github.com/stretchr/testify v1.10.0
3333 go.opentelemetry.io/collector/component v0.103.0
3434 go.opentelemetry.io/collector/connector v0.103.0
You can’t perform that action at this time.
0 commit comments