Skip to content

Commit 3b29624

Browse files
Prepare release v0.0.9 (#273)
Run `make prepver VERSION=v0.0.9` as require by https://github.com/splunk/stef/blob/main/CONTRIBUTING.md#releasing
1 parent 786f29c commit 3b29624

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

benchmarks/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/klauspost/compress v1.18.2
88
github.com/open-telemetry/otel-arrow/go v0.45.0
99
github.com/parquet-go/parquet-go v0.26.0
10-
github.com/splunk/stef/go/otel v0.0.8
10+
github.com/splunk/stef/go/otel v0.0.9
1111
github.com/splunk/stef/go/pdata v0.0.0
12-
github.com/splunk/stef/go/pkg v0.0.8
12+
github.com/splunk/stef/go/pkg v0.0.9
1313
github.com/stretchr/testify v1.11.1
1414
go.opentelemetry.io/collector/pdata v1.47.0
1515
golang.org/x/text v0.31.0

examples/ints/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
4-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
3+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
4+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
66
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
77
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

examples/jsonl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/golang/protobuf v1.5.4
77
github.com/klauspost/compress v1.18.2
8-
github.com/splunk/stef/go/pkg v0.0.8
8+
github.com/splunk/stef/go/pkg v0.0.9
99
github.com/stretchr/testify v1.11.1
1010
google.golang.org/protobuf v1.36.10
1111
)

examples/profile/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/go-cmp v0.7.0
77
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5
88
github.com/klauspost/compress v1.18.2
9-
github.com/splunk/stef/go/pkg v0.0.8
9+
github.com/splunk/stef/go/pkg v0.0.9
1010
github.com/stretchr/testify v1.11.1
1111
modernc.org/b/v2 v2.1.10
1212
)

go/grpc/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/go/grpc
33
go 1.24.0
44

55
require (
6-
github.com/splunk/stef/go/pkg v0.0.8
6+
github.com/splunk/stef/go/pkg v0.0.9
77
github.com/stretchr/testify v1.11.1
88
google.golang.org/grpc v1.77.0
99
google.golang.org/protobuf v1.36.10

go/otel/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/splunk/stef/go/otel
33
go 1.24.0
44

55
require (
6-
github.com/splunk/stef/go/grpc v0.0.8
7-
github.com/splunk/stef/go/pkg v0.0.8
6+
github.com/splunk/stef/go/grpc v0.0.9
7+
github.com/splunk/stef/go/pkg v0.0.9
88
github.com/stretchr/testify v1.11.1
99
google.golang.org/grpc v1.77.0
1010
)

go/pdata/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/splunk/stef/go/otel v0.0.8
8-
github.com/splunk/stef/go/pkg v0.0.8
7+
github.com/splunk/stef/go/otel v0.0.9
8+
github.com/splunk/stef/go/pkg v0.0.9
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/pdata v1.47.0
1111
modernc.org/b/v2 v2.1.10

otelcol/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/spf13/pflag v1.0.9 // indirect
7-
github.com/splunk/stef/go/grpc v0.0.8
7+
github.com/splunk/stef/go/grpc v0.0.9
88
github.com/splunk/stef/go/pdata v0.0.0
99
go.opentelemetry.io/collector v0.140.0 // indirect
1010
go.opentelemetry.io/collector/confmap v1.46.0
@@ -20,8 +20,8 @@ require (
2020
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.140.0
2121
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.140.0
2222
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.140.0
23-
github.com/splunk/stef/go/otel v0.0.8
24-
github.com/splunk/stef/go/pkg v0.0.8
23+
github.com/splunk/stef/go/otel v0.0.9
24+
github.com/splunk/stef/go/pkg v0.0.9
2525
github.com/stretchr/testify v1.11.1
2626
go.opentelemetry.io/collector/component v1.46.0
2727
go.opentelemetry.io/collector/component/componentstatus v0.140.0

stefc/generator/testdata/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/stefc/generator/testdata
33
go 1.24.0
44

55
require (
6-
github.com/splunk/stef/go/pkg v0.0.8
6+
github.com/splunk/stef/go/pkg v0.0.9
77
github.com/stretchr/testify v1.11.1
88
modernc.org/b/v2 v2.1.10
99
)

stefc/generator/testdata/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
4-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
3+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
4+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
66
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
77
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)