File tree Expand file tree Collapse file tree 15 files changed +24
-24
lines changed
Expand file tree Collapse file tree 15 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2323 GO111MODULE : " on"
2424 CACHE_BENCHMARK : " off"
2525 RUN_BASE_BENCHMARK : " on"
26- GO_VERSION : 1.24 .x
26+ GO_VERSION : 1.25 .x
2727jobs :
2828 benchmark :
2929 strategy :
3030 matrix :
31- go-version : [ 1.24 .x ]
31+ go-version : [ 1.25 .x ]
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Install Go stable
Original file line number Diff line number Diff line change 1414 GO111MODULE : " on"
1515 CACHE_BENCHMARK : " off"
1616 RUN_BASE_BENCHMARK : " on"
17- GO_VERSION : 1.24 .x
17+ GO_VERSION : 1.25 .x
1818jobs :
1919 build :
2020 strategy :
2121 matrix :
22- go-version : [ 1.24 .x ]
22+ go-version : [ 1.25 .x ]
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Install Go stable
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/benchmarks
22
3- go 1.24.9
3+ go 1.25.0
44
55require (
66 github.com/go-echarts/go-echarts/v2 v2.7.0
@@ -11,7 +11,7 @@ require (
1111 github.com/splunk/stef/go/pdata v0.0.0
1212 github.com/splunk/stef/go/pkg v0.1.1
1313 github.com/stretchr/testify v1.11.1
14- go.opentelemetry.io/collector/pdata v1.51 .0
14+ go.opentelemetry.io/collector/pdata v1.52 .0
1515 golang.org/x/text v0.34.0
1616 google.golang.org/protobuf v1.36.11
1717 modernc.org/b/v2 v2.1.10
@@ -46,7 +46,7 @@ require (
4646 github.com/x448/float16 v0.8.4 // indirect
4747 github.com/zeebo/xxh3 v1.0.2 // indirect
4848 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
49- go.opentelemetry.io/collector/featuregate v1.51 .0 // indirect
49+ go.opentelemetry.io/collector/featuregate v1.52 .0 // indirect
5050 go.opentelemetry.io/otel v1.39.0 // indirect
5151 go.opentelemetry.io/otel/metric v1.39.0 // indirect
5252 go.opentelemetry.io/otel/trace v1.39.0 // indirect
Original file line number Diff line number Diff line change @@ -107,12 +107,12 @@ github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
107107github.com/zeebo/xxh3 v1.0.2 /go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA =
108108go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64 =
109109go.opentelemetry.io/auto/sdk v1.2.1 /go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y =
110- go.opentelemetry.io/collector/featuregate v1.51 .0 h1:dxJuv/3T84dhNKp7fz5+8srHz1dhquGzDpLW4OZTFBw =
111- go.opentelemetry.io/collector/featuregate v1.51 .0 /go.mod h1:/1bclXgP91pISaEeNulRxzzmzMTm4I5Xih2SnI4HRSo =
112- go.opentelemetry.io/collector/internal/testutil v0.145.0 h1:H/KL0GH3kGqSMKxZvnQ0B0CulfO9xdTg4DZf28uV7fY =
113- go.opentelemetry.io/collector/internal/testutil v0.145.0 /go.mod h1:YAD9EAkwh/l5asZNbEBEUCqEjoL1OKMjAMoPjPqH76c =
114- go.opentelemetry.io/collector/pdata v1.51 .0 h1:DnDhSEuDXNdzGRB7f6oOfXpbDApwBX3tY+3K69oUrDA =
115- go.opentelemetry.io/collector/pdata v1.51 .0 /go.mod h1:GoX1bjKDR++mgFKdT7Hynv9+mdgQ1DDXbjs7/Ww209Q =
110+ go.opentelemetry.io/collector/featuregate v1.52 .0 h1:Ba/6lL8BY+wWbQ8w7aOWzbyl4WG8i8eSGl2fnrBHBnE =
111+ go.opentelemetry.io/collector/featuregate v1.52 .0 /go.mod h1:PS7zY/zaCb28EqciePVwRHVhc3oKortTFXsi3I6ee4g =
112+ go.opentelemetry.io/collector/internal/testutil v0.146.1 h1:hpemuw5sLSYIqflJdScFikLhCjHxKuJWC2Lwyh9yeCI =
113+ go.opentelemetry.io/collector/internal/testutil v0.146.1 /go.mod h1:Jkjs6rkqs973LqgZ0Fe3zrokQRKULYXPIf4HuqStiEE =
114+ go.opentelemetry.io/collector/pdata v1.52 .0 h1:jp76qKVZsQqB6yK2C6bolPOi1uU+jhsTDsp71d5MOhk =
115+ go.opentelemetry.io/collector/pdata v1.52 .0 /go.mod h1:+w6A2FXrMDDIwjRgQaud11Ifobng/j/FW3upZtaVKHc =
116116go.opentelemetry.io/otel v1.39.0 h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48 =
117117go.opentelemetry.io/otel v1.39.0 /go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8 =
118118go.opentelemetry.io/otel/metric v1.39.0 h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0 =
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/examples/ints
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/splunk/stef/go/pkg v0.0.8
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/examples/jsonl
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/golang/protobuf v1.5.4
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/examples/profile
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/go/grpc
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/splunk/stef/go/pkg v0.1.1
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/go/otel
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/splunk/stef/go/grpc v0.1.1
Original file line number Diff line number Diff line change 11module github.com/splunk/stef/go/pkg
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/google/go-cmp v0.7.0
You can’t perform that action at this time.
0 commit comments