Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/klauspost/compress v1.18.6
github.com/open-telemetry/otel-arrow/go v0.47.0
github.com/parquet-go/parquet-go v0.29.0
github.com/splunk/stef/go/otel v0.1.1
github.com/splunk/stef/go/otel v0.1.2
github.com/splunk/stef/go/pdata v0.0.0
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/pdata v1.57.0
golang.org/x/text v0.36.0
Expand Down
2 changes: 1 addition & 1 deletion examples/jsonl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.0
require (
github.com/golang/protobuf v1.5.4
github.com/klauspost/compress v1.18.6
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
google.golang.org/protobuf v1.36.11
)
Expand Down
2 changes: 1 addition & 1 deletion examples/profile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/go-cmp v0.7.0
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5
github.com/klauspost/compress v1.18.6
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
modernc.org/b/v2 v2.1.11
)
Expand Down
2 changes: 1 addition & 1 deletion go/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/splunk/stef/go/grpc
go 1.25.0

require (
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
Expand Down
4 changes: 2 additions & 2 deletions go/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/splunk/stef/go/otel
go 1.25.0

require (
github.com/splunk/stef/go/grpc v0.1.1
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/grpc v0.1.2
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
google.golang.org/grpc v1.79.1
)
Expand Down
4 changes: 2 additions & 2 deletions go/pdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.25.0

require (
github.com/google/go-cmp v0.7.0
github.com/splunk/stef/go/otel v0.1.1
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/otel v0.1.2
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/pdata v1.57.0
modernc.org/b/v2 v2.1.11
Expand Down
6 changes: 3 additions & 3 deletions otelcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/spf13/pflag v1.0.10 // indirect
github.com/splunk/stef/go/grpc v0.1.1
github.com/splunk/stef/go/grpc v0.1.2
github.com/splunk/stef/go/pdata v0.0.0
go.opentelemetry.io/collector v0.149.0 // indirect
go.opentelemetry.io/collector/confmap v1.55.0
Expand All @@ -20,8 +20,8 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.149.0
github.com/splunk/stef/go/otel v0.1.1
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/otel v0.1.2
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.55.0
go.opentelemetry.io/collector/component/componentstatus v0.149.0
Expand Down
2 changes: 1 addition & 1 deletion stefc/generator/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/splunk/stef/stefc/generator/testdata
go 1.25.0

require (
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
modernc.org/b/v2 v2.1.11
)
Expand Down
2 changes: 1 addition & 1 deletion stefc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/splunk/stef/stefc
go 1.25.0

require (
github.com/splunk/stef/go/pkg v0.1.1
github.com/splunk/stef/go/pkg v0.1.2
github.com/stretchr/testify v1.11.1
)

Expand Down
Loading