Skip to content

Commit 3dccdc8

Browse files
authored
bump common for pyroscope LOOPP support (#413)
1 parent c86656d commit 3dccdc8

2 files changed

Lines changed: 22 additions & 12 deletions

File tree

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/esote/minmaxheap v1.0.0
77
github.com/ethereum/go-ethereum v1.17.0
88
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
9-
github.com/fxamacker/cbor/v2 v2.7.0
9+
github.com/fxamacker/cbor/v2 v2.9.0
1010
github.com/go-viper/mapstructure/v2 v2.4.0
1111
github.com/google/uuid v1.6.0
1212
github.com/gorilla/websocket v1.5.3
@@ -27,15 +27,15 @@ require (
2727
github.com/prometheus/common v0.65.0
2828
github.com/shopspring/decimal v1.4.0
2929
github.com/smartcontractkit/chain-selectors v1.0.91
30-
github.com/smartcontractkit/chainlink-common v0.11.0
30+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260407150650-8115835abd6e
3131
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
3232
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872
3333
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251022073203-7d8ae8cf67c1
3434
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563
3535
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57
3636
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20260310180305-3ee91a6d9ae9
3737
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20260401162955-be2bc6b5264b
38-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396
38+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f
3939
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3
4040
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250815105909-75499abc4335
4141
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
@@ -113,7 +113,8 @@ require (
113113
github.com/google/flatbuffers v25.2.10+incompatible // indirect
114114
github.com/google/go-cmp v0.7.0 // indirect
115115
github.com/google/gofuzz v1.2.0 // indirect
116-
github.com/grafana/pyroscope-go v1.2.7 // indirect
116+
github.com/grafana/otel-profiling-go v0.5.1 // indirect
117+
github.com/grafana/pyroscope-go v1.2.8 // indirect
117118
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
118119
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
119120
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect

go.sum

Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)