File tree 5 files changed +10
-10
lines changed 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ require (
6
6
github.com/klauspost/compress v1.17.9
7
7
github.com/open-telemetry/otel-arrow v0.31.0
8
8
github.com/parquet-go/parquet-go v0.23.0
9
- github.com/splunk/stef/go/otel v0.0.0
9
+ github.com/splunk/stef/go/otel v0.0.1
10
10
github.com/splunk/stef/go/pdata v0.0.0
11
- github.com/splunk/stef/go/pkg v0.0.0
11
+ github.com/splunk/stef/go/pkg v0.0.1
12
12
github.com/stretchr/testify v1.10.0
13
13
go.opentelemetry.io/collector/pdata v1.19.0
14
14
golang.org/x/text v0.18.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/splunk/stef/go/grpc
3
3
go 1.23.2
4
4
5
5
require (
6
- github.com/splunk/stef/go/pkg v0.0.0
6
+ github.com/splunk/stef/go/pkg v0.0.1
7
7
github.com/stretchr/testify v1.10.0
8
8
google.golang.org/grpc v1.68.0
9
9
google.golang.org/protobuf v1.35.2
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/splunk/stef/go/otel
3
3
go 1.23.2
4
4
5
5
require (
6
- github.com/splunk/stef/go/grpc v0.0.0
7
- github.com/splunk/stef/go/pkg v0.0.0
6
+ github.com/splunk/stef/go/grpc v0.0.1
7
+ github.com/splunk/stef/go/pkg v0.0.1
8
8
github.com/stretchr/testify v1.10.0
9
9
google.golang.org/grpc v1.68.0
10
10
)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.23.2
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.6.0
7
- github.com/splunk/stef/go/otel v0.0.0
8
- github.com/splunk/stef/go/pkg v0.0.0
7
+ github.com/splunk/stef/go/otel v0.0.1
8
+ github.com/splunk/stef/go/pkg v0.0.1
9
9
github.com/stretchr/testify v1.10.0
10
10
go.opentelemetry.io/collector/pdata v1.16.0
11
11
modernc.org/b/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.2
4
4
5
5
require (
6
6
github.com/spf13/pflag v1.0.5 // indirect
7
- github.com/splunk/stef/go/grpc v0.0.0
7
+ github.com/splunk/stef/go/grpc v0.0.1
8
8
github.com/splunk/stef/go/pdata v0.0.0
9
9
go.opentelemetry.io/collector v0.103.0 // indirect
10
10
go.opentelemetry.io/collector/confmap v0.103.0
@@ -25,8 +25,8 @@ require (
25
25
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.103.0
26
26
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.103.0
27
27
github.com/open-telemetry/otel-arrow v0.24.0
28
- github.com/splunk/stef/go/otel v0.0.0
29
- github.com/splunk/stef/go/pkg v0.0.0
28
+ github.com/splunk/stef/go/otel v0.0.1
29
+ github.com/splunk/stef/go/pkg v0.0.1
30
30
github.com/stretchr/testify v1.10.0
31
31
go.opentelemetry.io/collector/component v0.103.0
32
32
go.opentelemetry.io/collector/connector v0.103.0
You can’t perform that action at this time.
0 commit comments