Skip to content

Commit 5269210

Browse files
chore(deps): bump github.com/gagliardetto/solana-go
Bumps [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) from 1.13.0 to 1.21.0. - [Release notes](https://github.com/gagliardetto/solana-go/releases) - [Changelog](https://github.com/solana-foundation/solana-go/blob/main/CHANGELOG.md) - [Commits](solana-foundation/solana-go@v1.13.0...v1.21.0) --- updated-dependencies: - dependency-name: github.com/gagliardetto/solana-go dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7332038 commit 5269210

2 files changed

Lines changed: 17 additions & 12 deletions

File tree

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
2121
github.com/gagliardetto/binary v0.8.0
2222
github.com/gagliardetto/gofuzz v1.2.2
23-
github.com/gagliardetto/solana-go v1.13.0
23+
github.com/gagliardetto/solana-go v1.21.0
2424
github.com/go-resty/resty/v2 v2.17.2
2525
github.com/goccy/go-yaml v1.19.2
2626
github.com/google/go-cmp v0.7.0
@@ -83,6 +83,7 @@ require (
8383
github.com/go-openapi/jsonpointer v0.21.0 // indirect
8484
github.com/go-openapi/jsonreference v0.21.0 // indirect
8585
github.com/go-openapi/swag v0.23.0 // indirect
86+
github.com/goccy/go-json v0.10.6 // indirect
8687
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
8788
github.com/google/gnostic-models v0.6.9 // indirect
8889
github.com/grafana/otel-profiling-go v0.5.1 // indirect
@@ -99,6 +100,7 @@ require (
99100
github.com/moby/moby/client v0.4.0 // indirect
100101
github.com/moby/spdystream v0.5.1 // indirect
101102
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
103+
github.com/oasisprotocol/curve25519-voi v0.0.0-20251114093237-2ab5a27a1729 // indirect
102104
github.com/onsi/ginkgo/v2 v2.22.1 // indirect
103105
github.com/onsi/gomega v1.36.2 // indirect
104106
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 // indirect
@@ -107,6 +109,7 @@ require (
107109
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
108110
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect
109111
github.com/stellar/go-xdr v0.0.0-20260312225820-cc2b0611aabf // indirect
112+
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
110113
go.uber.org/goleak v1.3.0 // indirect
111114
go.yaml.in/yaml/v3 v3.0.4 // indirect
112115
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
@@ -288,7 +291,7 @@ require (
288291
github.com/spf13/afero v1.15.0 // indirect
289292
github.com/spf13/cast v1.10.0 // indirect
290293
github.com/stephenlacy/go-ethereum-hdwallet v0.0.0-20230913225845-a4fa94429863 // indirect
291-
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
294+
github.com/streamingfast/logging v0.0.0-20250404134358-92b15d2fbd2e // indirect
292295
github.com/stretchr/objx v0.5.3 // indirect
293296
github.com/subosito/gotenv v1.6.0 // indirect
294297
github.com/supranational/blst v0.3.16 // indirect
@@ -306,7 +309,6 @@ require (
306309
github.com/x448/float16 v0.8.4 // indirect
307310
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
308311
github.com/yusufpapurcu/wmi v1.2.4 // indirect
309-
go.mongodb.org/mongo-driver v1.17.2 // indirect
310312
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
311313
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
312314
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)