Skip to content

Commit

Permalink
Prepare release v0.0.4 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Feb 28, 2025
1 parent 7588e1e commit 33c3f69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/klauspost/compress v1.17.9
github.com/open-telemetry/otel-arrow v0.31.0
github.com/parquet-go/parquet-go v0.23.0
github.com/splunk/stef/go/otel v0.0.3
github.com/splunk/stef/go/otel v0.0.4
github.com/splunk/stef/go/pdata v0.0.0
github.com/splunk/stef/go/pkg v0.0.3
github.com/splunk/stef/go/pkg v0.0.4
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/pdata v1.19.0
golang.org/x/text v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion go/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.7
toolchain go1.23.2

require (
github.com/splunk/stef/go/pkg v0.0.3
github.com/splunk/stef/go/pkg v0.0.4
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
Expand Down
4 changes: 2 additions & 2 deletions go/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22.7
toolchain go1.23.2

require (
github.com/splunk/stef/go/grpc v0.0.3
github.com/splunk/stef/go/pkg v0.0.3
github.com/splunk/stef/go/grpc v0.0.4
github.com/splunk/stef/go/pkg v0.0.4
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.68.0
)
Expand Down
4 changes: 2 additions & 2 deletions go/pdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ toolchain go1.23.2

require (
github.com/google/go-cmp v0.6.0
github.com/splunk/stef/go/otel v0.0.3
github.com/splunk/stef/go/pkg v0.0.3
github.com/splunk/stef/go/otel v0.0.4
github.com/splunk/stef/go/pkg v0.0.4
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/pdata v1.16.0
modernc.org/b/v2 v2.1.0
Expand Down
6 changes: 3 additions & 3 deletions otelcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.2

require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/splunk/stef/go/grpc v0.0.3
github.com/splunk/stef/go/grpc v0.0.4
github.com/splunk/stef/go/pdata v0.0.0
go.opentelemetry.io/collector v0.103.0 // indirect
go.opentelemetry.io/collector/confmap v0.103.0
Expand All @@ -27,8 +27,8 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.103.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.103.0
github.com/open-telemetry/otel-arrow v0.24.0
github.com/splunk/stef/go/otel v0.0.3
github.com/splunk/stef/go/pkg v0.0.3
github.com/splunk/stef/go/otel v0.0.4
github.com/splunk/stef/go/pkg v0.0.4
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component v0.103.0
go.opentelemetry.io/collector/connector v0.103.0
Expand Down

0 comments on commit 33c3f69

Please sign in to comment.