Skip to content

Commit b05e134

Browse files
Prepare release v0.1.1 (#353)
1 parent dcafb44 commit b05e134

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
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.3
88
github.com/open-telemetry/otel-arrow/go v0.46.0
99
github.com/parquet-go/parquet-go v0.27.0
10-
github.com/splunk/stef/go/otel v0.1.0
10+
github.com/splunk/stef/go/otel v0.1.1
1111
github.com/splunk/stef/go/pdata v0.0.0
12-
github.com/splunk/stef/go/pkg v0.1.0
12+
github.com/splunk/stef/go/pkg v0.1.1
1313
github.com/stretchr/testify v1.11.1
1414
go.opentelemetry.io/collector/pdata v1.50.0
1515
golang.org/x/text v0.33.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.24.0
55
require (
66
github.com/golang/protobuf v1.5.4
77
github.com/klauspost/compress v1.18.3
8-
github.com/splunk/stef/go/pkg v0.1.0
8+
github.com/splunk/stef/go/pkg v0.1.1
99
github.com/stretchr/testify v1.11.1
1010
google.golang.org/protobuf v1.36.11
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.3
9-
github.com/splunk/stef/go/pkg v0.1.0
9+
github.com/splunk/stef/go/pkg v0.1.1
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.1.0
6+
github.com/splunk/stef/go/pkg v0.1.1
77
github.com/stretchr/testify v1.11.1
88
google.golang.org/grpc v1.78.0
99
google.golang.org/protobuf v1.36.11

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.1.0
7-
github.com/splunk/stef/go/pkg v0.1.0
6+
github.com/splunk/stef/go/grpc v0.1.1
7+
github.com/splunk/stef/go/pkg v0.1.1
88
github.com/stretchr/testify v1.11.1
99
google.golang.org/grpc v1.78.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.1.0
8-
github.com/splunk/stef/go/pkg v0.1.0
7+
github.com/splunk/stef/go/otel v0.1.1
8+
github.com/splunk/stef/go/pkg v0.1.1
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/pdata v1.50.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.10 // indirect
7-
github.com/splunk/stef/go/grpc v0.1.0
7+
github.com/splunk/stef/go/grpc v0.1.1
88
github.com/splunk/stef/go/pdata v0.0.0
99
go.opentelemetry.io/collector v0.144.0 // indirect
1010
go.opentelemetry.io/collector/confmap v1.50.0
@@ -20,8 +20,8 @@ require (
2020
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.144.0
2121
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.144.0
2222
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.144.0
23-
github.com/splunk/stef/go/otel v0.1.0
24-
github.com/splunk/stef/go/pkg v0.1.0
23+
github.com/splunk/stef/go/otel v0.1.1
24+
github.com/splunk/stef/go/pkg v0.1.1
2525
github.com/stretchr/testify v1.11.1
2626
go.opentelemetry.io/collector/component v1.50.0
2727
go.opentelemetry.io/collector/component/componentstatus v0.144.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.1.0
6+
github.com/splunk/stef/go/pkg v0.1.1
77
github.com/stretchr/testify v1.11.1
88
modernc.org/b/v2 v2.1.10
99
)

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

55
require (
6-
github.com/splunk/stef/go/pkg v0.1.0
6+
github.com/splunk/stef/go/pkg v0.1.1
77
github.com/stretchr/testify v1.11.1
88
)
99

0 commit comments

Comments
 (0)