Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
18b01b2
Added CCIP provider to Solana Relayer
amit-momin Aug 20, 2025
1a44cfc
Hardcoded IsRmnVerificationDisabled to true for source chain configs
amit-momin Sep 11, 2025
0d0b56a
Fixed RPC call and lint errors
amit-momin Sep 11, 2025
1c13d55
Fixed decode source chain config and added test log
amit-momin Sep 11, 2025
21c852b
Updated chainlink-ccip dependency
amit-momin Sep 11, 2025
32db834
Fixed ccip message sent event parsing
amit-momin Sep 11, 2025
809259c
Cleaned out test logs
amit-momin Sep 12, 2025
4784a8b
Added batch account fetching
amit-momin Sep 12, 2025
18ec337
Implemented GetFeeQuoterTokenUpdates
amit-momin Sep 12, 2025
741d320
Fixed event attribute query expressions
amit-momin Sep 15, 2025
be04f32
Fixed MsgsBetweenSeqNums query filter
amit-momin Sep 15, 2025
30c03cb
Fixed billing token config decoding
amit-momin Sep 16, 2025
1ad6079
Added logs to solana accessor and updated chainlink ref
amit-momin Sep 16, 2025
2c37e11
Updated chainlink-ccip dependency
amit-momin Sep 16, 2025
cdde96a
Updated chainlink-ccip ref in integration-tests
amit-momin Sep 16, 2025
8866375
Added test logs
amit-momin Sep 16, 2025
eb06e40
Updated test logs
amit-momin Sep 17, 2025
6867e9d
Updated test log
amit-momin Sep 17, 2025
cc906cf
Migrated contract transmitter and chain writer configs from core
amit-momin Sep 17, 2025
f5e0967
Updated chainlink-common dependency
amit-momin Sep 17, 2025
e5f6f9d
Updated exec transmitter with extra data codec bundle
amit-momin Sep 17, 2025
0973d6c
Fixed lint errors
amit-momin Sep 18, 2025
7d0a737
Updated contract transmitter to use common type
amit-momin Sep 18, 2025
ff383dd
Generated SourceChainExtraDataCodec mock
amit-momin Sep 18, 2025
1f560ab
Updated GetFeeQuoterTokenUpdates method
amit-momin Sep 18, 2025
95d8e57
Updated chainlink-ccip dependency
amit-momin Sep 18, 2025
c911ebd
Updated dependency and moved chainwriter config
amit-momin Sep 18, 2025
992ffa8
Fixed offramp address validation
amit-momin Sep 18, 2025
f3461ec
Added test log
amit-momin Sep 18, 2025
54c77b7
Migrated solana ccip codecs from core
amit-momin Sep 18, 2025
ce1b2e0
Updated chainwriter transform method to use new types
amit-momin Sep 19, 2025
4bb560a
Updated compute units parsing in exec transform
amit-momin Sep 19, 2025
be68804
Changed expected compute units type
amit-momin Sep 19, 2025
dcf49f4
Added log poller lazy starting in solana accessor
amit-momin Sep 20, 2025
fc8a99c
Cleaned out stale v1 ccip execute method method
amit-momin Sep 22, 2025
c2f24f2
Updated dependencies
amit-momin Sep 22, 2025
a6c0133
Updated chainlink-ccip dependency
amit-momin Sep 22, 2025
ad649e3
Updated chainlink-common dependency
amit-momin Sep 22, 2025
bef68ea
Updated no binding error used
amit-momin Sep 24, 2025
640f09e
Updated cl-common dependency
amit-momin Sep 24, 2025
6369099
Updated cl-ccip dependency
amit-momin Sep 24, 2025
afe6581
Updated cl-common dependency
amit-momin Sep 24, 2025
3f0391d
bump cl-ccip import
ogtownsend Sep 25, 2025
09628d8
Added pda cache tests and cleaned up code
amit-momin Sep 26, 2025
72aad5d
Updated dependencies
amit-momin Sep 29, 2025
0d944f6
Merge branch 'develop' into feature/add-solana-chain-accessor
amit-momin Sep 29, 2025
10e37a1
Fixed lint errors and added test logs
amit-momin Sep 29, 2025
020b4a6
Updated cl-ccip dependency
amit-momin Sep 30, 2025
836b66e
Updated cl-common
amit-momin Sep 30, 2025
2f7de8a
Updated cl-common
amit-momin Sep 30, 2025
20565d3
Updated dest gas amount expected type
amit-momin Sep 30, 2025
bc34adb
Updated extra data type support
amit-momin Sep 30, 2025
4da6e66
Updated cl-common and added test logs
amit-momin Oct 1, 2025
2224a19
Implemented MessagesByTokenID in the Solana accessor
amit-momin Oct 1, 2025
eab4ffa
Updated cl-common
amit-momin Oct 1, 2025
1bbf27a
Migrated solana msg hasher from core
amit-momin Oct 1, 2025
ed235b7
Moved contract bindings into cache
amit-momin Oct 2, 2025
df26241
Fixed message hasher test
amit-momin Oct 2, 2025
e27338d
Generated go.md
amit-momin Oct 2, 2025
785ab93
Fixed CCTP message sent event name
amit-momin Oct 2, 2025
d872f46
Fixed event registration
amit-momin Oct 2, 2025
02ddc11
Fixed cctp event query
amit-momin Oct 2, 2025
b68e90d
Added test logs
amit-momin Oct 2, 2025
82784a7
Updated test logger
amit-momin Oct 2, 2025
59748b4
Updated test logs
amit-momin Oct 2, 2025
ba1a738
Fixed onramp config binding
amit-momin Oct 2, 2025
6226127
Fixed onramp pda cache
amit-momin Oct 2, 2025
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
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ linters-settings:
deny:
- pkg: "cosmossdk.io/errors"
desc: Use the standard library instead
- pkg: "github.com/ethereum/go-ethereum"
desc: This is chain must be isolated from ethereum
- pkg: "github.com/go-gorm/gorm"
desc: Use github.com/jmoiron/sqlx directly instead
- pkg: "github.com/gofrs/uuid"
Expand Down
5 changes: 5 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ packages:
github.com/smartcontractkit/chainlink-solana/pkg/solana/chainreader:
interfaces:
EventsReader:
github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3:
config:
dir: pkg/solana/ccip/codec/mocks
interfaces:
SourceChainExtraDataCodec:
17 changes: 14 additions & 3 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ flowchart LR
chainlink-ccip --> chainlink-protos/rmn/v1.6/go
click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana --> chainlink-ccip
chainlink-ccip/chains/solana --> chainlink-ccip/chains/solana/gobindings
click chainlink-ccip/chains/solana href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana/gobindings
click chainlink-ccip/chains/solana/gobindings href "https://github.com/smartcontractkit/chainlink-ccip"
Expand Down Expand Up @@ -43,7 +44,6 @@ flowchart LR
chainlink-protos/workflows/go
click chainlink-protos/workflows/go href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-solana --> chainlink-ccip/chains/solana
chainlink-solana --> chainlink-ccip/chains/solana/gobindings
chainlink-solana --> chainlink-common/pkg/monitoring
chainlink-solana --> chainlink-framework/capabilities
chainlink-solana --> chainlink-framework/multinode
Expand Down Expand Up @@ -160,6 +160,8 @@ flowchart LR
click chainlink-protos/cre/go href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/job-distributor
click chainlink-protos/job-distributor href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/linking-service/go
click chainlink-protos/linking-service/go href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/orchestrator --> wsrpc
click chainlink-protos/orchestrator href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/rmn/v1.6/go
Expand All @@ -177,6 +179,10 @@ flowchart LR
click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-solana/integration-tests --> chainlink/integration-tests
click chainlink-solana/integration-tests href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-sui --> chainlink-aptos
chainlink-sui --> chainlink-ccip
chainlink-sui --> chainlink-common/pkg/values
click chainlink-sui href "https://github.com/smartcontractkit/chainlink-sui"
chainlink-testing-framework/framework
click chainlink-testing-framework/framework href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/havoc
Expand Down Expand Up @@ -213,17 +219,19 @@ flowchart LR
chainlink/integration-tests --> chainlink-testing-framework/wasp
chainlink/integration-tests --> chainlink/deployment
click chainlink/integration-tests href "https://github.com/smartcontractkit/chainlink"
chainlink/v2 --> chainlink-aptos
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-data-streams
chainlink/v2 --> chainlink-evm
chainlink/v2 --> chainlink-feeds
chainlink/v2 --> chainlink-protos/linking-service/go
chainlink/v2 --> chainlink-protos/orchestrator
chainlink/v2 --> chainlink-solana
chainlink/v2 --> chainlink-sui
chainlink/v2 --> chainlink-ton
chainlink/v2 --> cre-sdk-go
chainlink/v2 --> cre-sdk-go/capabilities/networking/http
chainlink/v2 --> cre-sdk-go/capabilities/scheduler/cron
chainlink/v2 --> quarantine
chainlink/v2 --> smdkg
chainlink/v2 --> tdh2/go/ocr2/decryptionplugin
click chainlink/v2 href "https://github.com/smartcontractkit/chainlink"
Expand All @@ -239,10 +247,12 @@ flowchart LR
click grpc-proxy href "https://github.com/smartcontractkit/grpc-proxy"
libocr
click libocr href "https://github.com/smartcontractkit/libocr"
mcms --> chainlink-aptos
mcms --> chainlink-ccip/chains/solana
mcms --> chainlink-sui
mcms --> chainlink-testing-framework/framework
click mcms href "https://github.com/smartcontractkit/mcms"
quarantine
click quarantine href "https://github.com/smartcontractkit/quarantine"
smdkg --> libocr
smdkg --> tdh2/go/tdh2
click smdkg href "https://github.com/smartcontractkit/smdkg"
Expand Down Expand Up @@ -295,6 +305,7 @@ flowchart LR
chainlink-protos/chainlink-catalog
chainlink-protos/cre/go
chainlink-protos/job-distributor
chainlink-protos/linking-service/go
chainlink-protos/orchestrator
chainlink-protos/rmn/v1.6/go
chainlink-protos/storage-service
Expand Down
87 changes: 53 additions & 34 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,33 @@ go 1.24.5
require (
github.com/cometbft/cometbft v0.38.17
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/ethereum/go-ethereum v1.15.3
github.com/gagliardetto/binary v0.8.0
github.com/gagliardetto/gofuzz v1.2.2
github.com/gagliardetto/solana-go v1.13.0
github.com/gagliardetto/treeout v0.1.4
github.com/gagliardetto/utilz v0.1.1
github.com/gagliardetto/utilz v0.1.3
github.com/go-viper/mapstructure/v2 v2.4.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-plugin v1.6.3
github.com/jackc/pgx/v4 v4.18.3
github.com/lib/pq v1.10.9
github.com/pelletier/go-toml/v2 v2.2.4
github.com/prometheus/client_golang v1.22.0
github.com/prometheus/client_model v0.6.1
github.com/prometheus/client_model v0.6.2
github.com/shopspring/decimal v1.4.0
github.com/smartcontractkit/chain-selectors v1.0.62
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250627133416-1d85eec09097
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250707132450-d1f5f0be212a
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250804184440-c0506474fc44
github.com/smartcontractkit/chainlink-common v0.9.4-0.20250822114026-4186ff61208b
github.com/smartcontractkit/chain-selectors v1.0.67
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250930003310-91ec512dc915
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251001223147-af7b9aa276ff
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250717121125-2350c82883e2
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250729142306-508e798f6a5d
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250819150450-95ef563f6e6d
github.com/smartcontractkit/freeport v0.1.1
github.com/smartcontractkit/libocr v0.0.0-20250604151357-2fe8c61bbf2e
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250911124514-5874cc6d62b2
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
github.com/smartcontractkit/libocr v0.0.0-20250905115425-2785a5cee79d
github.com/stretchr/testify v1.10.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
Expand All @@ -42,43 +43,58 @@ require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/XSAM/otelsql v0.37.0 // indirect
github.com/apache/arrow-go/v18 v18.3.0 // indirect
github.com/apache/arrow-go/v18 v18.3.1 // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.17.0 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/buger/goterm v1.0.4 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.1 // indirect
github.com/cloudevents/sdk-go/v2 v2.16.1 // indirect
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0 // indirect
github.com/consensys/bavard v0.1.22 // indirect
github.com/consensys/gnark-crypto v0.14.0 // indirect
github.com/containerd/platforms v1.0.0-rc.1 // indirect
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
github.com/ethereum/go-verkle v0.2.2 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.25.0 // indirect
github.com/go-playground/validator/v10 v10.26.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/flatbuffers v25.2.10+incompatible // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/holiman/uint256 v1.3.2 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
Expand All @@ -87,7 +103,6 @@ require (
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/jhump/protoreflect v1.15.3 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -103,32 +118,35 @@ require (
github.com/marcboeker/go-duckdb v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/miekg/dns v1.1.63 // indirect
github.com/miekg/dns v1.1.65 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/oklog/run v1.2.0 // indirect
github.com/onsi/gomega v1.36.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/common v0.63.0 // indirect
github.com/prometheus/procfs v0.16.0 // indirect
github.com/prometheus/common v0.65.0 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/riferrei/srclient v0.5.4 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
github.com/scylladb/go-reflectx v1.0.1 // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.4 // indirect
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/supranational/blst v0.3.14 // indirect
github.com/testcontainers/testcontainers-go v0.37.0 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/x448/float16 v0.8.4 // indirect
Expand All @@ -137,23 +155,23 @@ require (
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
go.opentelemetry.io/otel v1.37.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.11.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.11.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.12.2 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.12.2 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.13.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 // indirect
go.opentelemetry.io/otel/log v0.13.0 // indirect
go.opentelemetry.io/otel/metric v1.37.0 // indirect
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
go.opentelemetry.io/otel/sdk/log v0.13.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
go.opentelemetry.io/otel/trace v1.37.0 // indirect
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/ratelimit v0.3.1 // indirect
Expand All @@ -165,12 +183,13 @@ require (
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.35.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
google.golang.org/grpc v1.73.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/grpc v1.74.2 // indirect
google.golang.org/protobuf v1.36.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

retract v1.1.0 // tag moved - checksum mismatch
Loading
Loading