Skip to content

Commit 5ad5afe

Browse files
Prepare to release v0.0.7 (#120)
1 parent dbd3c6f commit 5ad5afe

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

benchmarks/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/klauspost/compress v1.17.9
1010
github.com/open-telemetry/otel-arrow v0.31.0
1111
github.com/parquet-go/parquet-go v0.23.0
12-
github.com/splunk/stef/go/otel v0.0.6
12+
github.com/splunk/stef/go/otel v0.0.7
1313
github.com/splunk/stef/go/pdata v0.0.0
14-
github.com/splunk/stef/go/pkg v0.0.6
14+
github.com/splunk/stef/go/pkg v0.0.7
1515
github.com/stretchr/testify v1.10.0
1616
go.opentelemetry.io/collector/pdata v1.19.0
1717
golang.org/x/text v0.18.0

examples/jsonl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.7
55
require (
66
github.com/golang/protobuf v1.5.0
77
github.com/klauspost/compress v1.17.8
8-
github.com/splunk/stef/go/pkg v0.0.6
8+
github.com/splunk/stef/go/pkg v0.0.7
99
github.com/stretchr/testify v1.9.0
1010
google.golang.org/protobuf v1.36.6
1111
)

go/grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.7
55
toolchain go1.23.2
66

77
require (
8-
github.com/splunk/stef/go/pkg v0.0.6
8+
github.com/splunk/stef/go/pkg v0.0.7
99
github.com/stretchr/testify v1.10.0
1010
google.golang.org/grpc v1.68.0
1111
google.golang.org/protobuf v1.35.2

go/otel/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.22.7
55
toolchain go1.23.2
66

77
require (
8-
github.com/splunk/stef/go/grpc v0.0.6
9-
github.com/splunk/stef/go/pkg v0.0.6
8+
github.com/splunk/stef/go/grpc v0.0.7
9+
github.com/splunk/stef/go/pkg v0.0.7
1010
github.com/stretchr/testify v1.10.0
1111
google.golang.org/grpc v1.68.0
1212
)

go/pdata/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.23.2
66

77
require (
88
github.com/google/go-cmp v0.6.0
9-
github.com/splunk/stef/go/otel v0.0.6
10-
github.com/splunk/stef/go/pkg v0.0.6
9+
github.com/splunk/stef/go/otel v0.0.7
10+
github.com/splunk/stef/go/pkg v0.0.7
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

otelcol/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.2
66

77
require (
88
github.com/spf13/pflag v1.0.5 // indirect
9-
github.com/splunk/stef/go/grpc v0.0.6
9+
github.com/splunk/stef/go/grpc v0.0.7
1010
github.com/splunk/stef/go/pdata v0.0.0
1111
go.opentelemetry.io/collector v0.120.0 // indirect
1212
go.opentelemetry.io/collector/confmap v1.26.0
@@ -26,8 +26,8 @@ require (
2626
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.120.0
2727
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.120.0
2828
github.com/open-telemetry/otel-arrow v0.24.0
29-
github.com/splunk/stef/go/otel v0.0.6
30-
github.com/splunk/stef/go/pkg v0.0.6
29+
github.com/splunk/stef/go/otel v0.0.7
30+
github.com/splunk/stef/go/pkg v0.0.7
3131
github.com/stretchr/testify v1.10.0
3232
go.opentelemetry.io/collector/component v0.120.0
3333
go.opentelemetry.io/collector/component/componentstatus v0.120.0

stefgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/splunk/stef/stefgen
33
go 1.22.7
44

55
require (
6-
github.com/splunk/stef/go/pkg v0.0.6
6+
github.com/splunk/stef/go/pkg v0.0.7
77
github.com/stretchr/testify v1.9.0
88
)
99

0 commit comments

Comments
 (0)